org.prorefactor.macrolevel
Interface MacroEvent

All Superinterfaces:
java.io.Serializable, Xferable
All Known Implementing Classes:
IncludeRef, MacroDef, MacroRef, NamedMacroRef

public interface MacroEvent
extends java.io.Serializable, Xferable

Interface for a node in the macro event tree.


Method Summary
 MacroRef getParent()
           
 int[] getPosition()
          Returns int[3] of file/line/column.
 
Methods inherited from interface com.joanju.Xferable
writeXferBytes, writeXferSchema
 

Method Detail

getParent

MacroRef getParent()

getPosition

int[] getPosition()
                  throws RefactorException
Returns int[3] of file/line/column.

Throws:
RefactorException


Copyright © 2008 Joanju Software. All Rights Reserved.