| Modifier and Type | Method and Description |
|---|---|
IGosuClassParser |
createClassParser(IGosuParser parser) |
IGosuFragmentParser |
createFragmentParser() |
IGosuParser |
createParser(ISymbolTable symTable,
IScriptabilityModifier scriptabilityConstraint)
Creates an IGosuParser appropriate for parsing and executing Gosu.
|
IGosuParser |
createParser(String strSource) |
IGosuParser |
createParser(String strSource,
ISymbolTable symTable)
Creates an IGosuParser appropriate for parsing and executing Gosu.
|
IGosuParser |
createParser(String strSource,
ISymbolTable symTable,
IScriptabilityModifier scriptabilityConstraint) |
IGosuParser |
createParser(String strSource,
ISymbolTable symTable,
IScriptabilityModifier scriptabilityConstraint,
ITypeUsesMap tuMap) |
IGosuProgramParser |
createProgramParser() |
IGosuParser createParser(String strSource, ISymbolTable symTable, IScriptabilityModifier scriptabilityConstraint, ITypeUsesMap tuMap)
IGosuParser createParser(String strSource, ISymbolTable symTable, IScriptabilityModifier scriptabilityConstraint)
IGosuParser createParser(ISymbolTable symTable, IScriptabilityModifier scriptabilityConstraint)
symTable - The symbol table the parser uses to parse and execute script.IGosuParser createParser(String strSource, ISymbolTable symTable)
strSource - The text of the the rule sourcesymTable - The symbol table the parser uses to parse and execute the ruleIGosuParser createParser(String strSource)
IGosuClassParser createClassParser(IGosuParser parser)
IGosuProgramParser createProgramParser()
IGosuFragmentParser createFragmentParser()
Copyright © 2022. All rights reserved.