public interface IMacro
Modifier and Type | Method and Description |
---|---|
char[] |
getExpansion()
Returns the expansion for this macro.
|
char[] |
getSignature()
Return the signature of a macro, which is the name for object style macros and
the name followed by the comma-separated parameters put in parenthesis.
|
char[] getSignature()
char[] getExpansion()
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.