All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class epp.MacroForInvokeStyleMacro

java.lang.Object
   |
   +----epp.Macro
           |
           +----epp.MacroForInvokeStyleMacro

public class MacroForInvokeStyleMacro
extends Macro
このクラスは、 InvokeStyleMacro を実現するためのクラスです。. plug-in プログラマーが、このクラスを直接使う必要はありません。

See Also:
InvokeStyleMacro

Constructor Index

 o MacroForInvokeStyleMacro()

Method Index

 o call(Tree)
サブクラスにおいて、 tree をマクロ展開するメソッドを定義します。

Constructors

 o MacroForInvokeStyleMacro
 public MacroForInvokeStyleMacro()

Methods

 o call
 public Tree call(Tree tree)
サブクラスにおいて、 tree をマクロ展開するメソッドを定義します。

Overrides:
call in class Macro

All Packages  Class Hierarchy  This Package  Previous  Next  Index