Package net.sourceforge.pmd.lang.ast

Interface Summary
CharStream This interface describes a character stream that maintains line and column number positions of the characters.
Node  
RootNode This interface can be used to tag the root node of various ASTs.
 

Class Summary
AbstractNode  
AbstractTokenManager  
GenericToken  
JavaCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
SimpleCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
 

Exception Summary
ParseException  
TokenMgrError Token Manager Error.
 



Copyright © 2002-2015 InfoEther. All Rights Reserved.