xjavadoc
Interface JavaParser
- NodeParser, SimpleParser
(package private) interface JavaParser
Describe what this class does
- Aslak Helles?y
getToken
public Token getToken(int i)
Gets the Token attribute of the JavaParser object.
i - Describe what the parameter does
- The Token value
populate
public void populate(SourceClass sourceClass)
throws ParseException Populates the class by parsing its source.
sourceClass - the XClass object to populate
ParseException - if the parsed file is not compliant with the Java
grammar