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