Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
(package private) interface JavaParser
Method Summary | |
Token |
|
void |
|
public Token getToken(int i)
Gets the Token attribute of the JavaParser object.
- Parameters:
i
- Describe what the parameter does
- Returns:
- The Token value
public void populate(SourceClass sourceClass) throws ParseException
Populates the class by parsing its source.
- Parameters:
sourceClass
- the XClass object to populate
- Throws:
ParseException
- if the parsed file is not compliant with the Java grammar