simkin
Interface ParseNode


public interface ParseNode

ParseNode - this interface is implements by nodes in the parse tree

The classes implementing this interface within Simkin are opaque to other packages.


Method Summary
 int getType()
           
 

Method Detail

getType

public int getType()