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

Constructor Index

 o MacroForInvokeStyleMacro()

Method Index

 o call(Tree)
Defines a method that expands the macro of a tree within a subclass.

Constructors

 o MacroForInvokeStyleMacro
 public MacroForInvokeStyleMacro()

Methods

 o 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