| Package | Description |
|---|---|
| gw.lang.parser | |
| gw.lang.parser.template | |
| gw.lang.reflect.gs |
| Modifier and Type | Method and Description |
|---|---|
IGosuParser |
IGosuParserFactory.createParser(ISymbolTable symTable,
IScriptabilityModifier scriptabilityConstraint)
Creates an IGosuParser appropriate for parsing and executing Gosu.
|
static IGosuParser |
GosuParserFactory.createParser(ISymbolTable symTable,
IScriptabilityModifier scriptabilityConstraint)
Creates an IGosuParser appropriate for parsing and executing Gosu.
|
IGosuParser |
IGosuParserFactory.createParser(String strSource) |
static IGosuParser |
GosuParserFactory.createParser(String strSource) |
IGosuParser |
IGosuParserFactory.createParser(String strSource,
ISymbolTable symTable)
Creates an IGosuParser appropriate for parsing and executing Gosu.
|
static IGosuParser |
GosuParserFactory.createParser(String strSource,
ISymbolTable symTable)
Creates an IGosuParser appropriate for parsing and executing Gosu.
|
IGosuParser |
IGosuParserFactory.createParser(String strSource,
ISymbolTable symTable,
IScriptabilityModifier scriptabilityConstraint) |
static IGosuParser |
GosuParserFactory.createParser(String strSource,
ISymbolTable symTable,
IScriptabilityModifier scriptabilityConstraint)
Creates an IGosuParser appropriate for parsing and executing Gosu.
|
IGosuParser |
IGosuParserFactory.createParser(String strSource,
ISymbolTable symTable,
IScriptabilityModifier scriptabilityConstraint,
ITypeUsesMap tuMap) |
static IGosuParser |
GosuParserFactory.createParser(String strSource,
ISymbolTable symTable,
IScriptabilityModifier scriptabilityConstraint,
ITypeUsesMap tuMap)
Creates an IGosuParser appropriate for parsing and executing Gosu.
|
IGosuParser |
IParserPart.getOwner() |
IGosuParser |
ParserOptions.getParser() |
| Modifier and Type | Method and Description |
|---|---|
IGosuClassParser |
IGosuParserFactory.createClassParser(IGosuParser parser) |
static IGosuClassParser |
GosuParserFactory.createClassParser(IGosuParser parser) |
void |
ParserOptions.setParserOptions(IGosuParser parser) |
ParserOptions |
ParserOptions.withParser(IGosuParser parser) |
| Modifier and Type | Method and Description |
|---|---|
void |
ITemplateGenerator.verify(IGosuParser parser) |
| Modifier and Type | Method and Description |
|---|---|
IGosuParser |
ICompilableType.getParser() |
Copyright © 2022. All rights reserved.