|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ModuleParser
The super class of all the parsers of compiled module.
Class Responsibilities :
| Method Summary | |
|---|---|
java.util.Vector |
getAllSymbols()
Gets the allSymbols attribute of the ModuleParser object |
java.util.Vector |
getImported()
Gets the imported attribute of the ModuleParser object |
int |
getTimestamp()
Gets the module's timestamp |
void |
initParser(java.io.BufferedReader in)
Initializes the parser for incremental parsing of the file. |
boolean |
isCompiled()
Gets the compiled attribute of the ModuleParser object |
java.lang.String |
moduleName()
Gets the moduleNmae attribute of the ModuleParser object. |
void |
parse(java.io.BufferedReader in)
Parse the source from the BufferedReader |
| Method Detail |
|---|
void parse(java.io.BufferedReader in)
throws ParseException
in - input to the parser
ParseExceptionjava.lang.String moduleName()
java.util.Vector getImported()
java.util.Vector getAllSymbols()
boolean isCompiled()
int getTimestamp()
void initParser(java.io.BufferedReader in)
throws ParseException
in - Reader that is prepared to read in module file's contents.
ParseException - Blah
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||