xjavadoc

Interface JavaParser

interface JavaParser

Describe what this class does

Author: Aslak Hellesxy

UNKNOWN: 7. mars 2002

Method Summary
TokengetToken(int i)
Gets the Token attribute of the JavaParser object.
voidpopulate(SourceClass sourceClass)
Populates the class by parsing its source.

Method Detail

getToken

public Token getToken(int i)
Gets the Token attribute of the JavaParser object.

Parameters: i Describe what the parameter does

Returns: The Token value

populate

public void populate(SourceClass sourceClass)
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