All Packages Class Hierarchy This Package Previous Next Index
Class epp.MacroForInvokeStyleMacro
java.lang.Object
|
+----epp.Macro
|
+----epp.MacroForInvokeStyleMacro
- public class MacroForInvokeStyleMacro
- extends Macro
The MacroForInvokeStyleMacro class is used to implement
InvokeStyleMacro. Plug-in programmers should not need
to use this class directly.
- See Also:
- InvokeStyleMacro
-
MacroForInvokeStyleMacro()
-
-
call(Tree)
- Defines a method that expands the macro of a tree within a subclass.
MacroForInvokeStyleMacro
public MacroForInvokeStyleMacro()
call
public Tree call(Tree tree)
- Defines a method that expands the macro of a tree within a subclass.
- Overrides:
- call in class Macro
All Packages Class Hierarchy This Package Previous Next Index