org.prorefactor.core
Interface IJPNode

All Known Implementing Classes:
BlockNode, FieldRefNode, JPNode, ProgramRootNode, ProparseDirectiveNode, RecordNameNode

public interface IJPNode

This interface exists so that we can refer to it, rather than to JPNode directly, from the tree parsers. The tree parsers are expensive to recompile, and JPNode tends to undergo plenty of changes.


Method Summary
 int getState2()
          Attribute "state2" is necessary for the tree parsers, so it is one attribute which must always be available.
 

Method Detail

getState2

int getState2()
Attribute "state2" is necessary for the tree parsers, so it is one attribute which must always be available.



Copyright © 2008 Joanju Software. All Rights Reserved.