|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--notio.UnimplementedMacro
Class used to create a dummy for unimplemented macros.
Constructor Summary | |
UnimplementedMacro(java.lang.String newName)
Constructs an dummy macro with the specified name. |
Method Summary | |
java.lang.Object[] |
executeMacro(java.lang.Object[] args)
UnimplementedMacros are dummy macros that do nothing when implemented. |
java.lang.String |
getName()
Returns the name of the macro. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UnimplementedMacro(java.lang.String newName)
newName
- the name by which this macro is known.Method Detail |
public java.lang.String getName()
getName
in interface Macro
public java.lang.Object[] executeMacro(java.lang.Object[] args)
executeMacro
in interface Macro
args
- these are completely ignored.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |