|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcorelib.tools.languages.parsers.javascript.JavascriptFileParserImpl
public class JavascriptFileParserImpl
This class parse a Javascript file for construct raw javascript documentation informations.
| Constructor Summary | |
|---|---|
JavascriptFileParserImpl(java.lang.String packagedFileName,
java.io.File theFile,
corelib.tools.documentation.javascript.model.Package thePackage)
Class constructor |
|
| Method Summary | |
|---|---|
void |
parseFile()
This method realize the file parsing. |
void |
setTokenizer(LangageStreamTokenizer tokenizer)
Changes the LangageStreamTokenizer instance to use for parse the Javascript file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JavascriptFileParserImpl(java.lang.String packagedFileName,
java.io.File theFile,
corelib.tools.documentation.javascript.model.Package thePackage)
packagedFileName - The packaged representation of the Javascript file to parse.theFile - The Javascript file to parsethePackage - The package that contain the Javascript file to parse.| Method Detail |
|---|
public void setTokenizer(LangageStreamTokenizer tokenizer)
setTokenizer in interface JavascriptFileParsertokenizer - The new instance to use.public void parseFile()
parseFile in interface JavascriptFileParser
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||