| Package | Description |
|---|---|
| gw.lang.parser | |
| gw.lang.parser.expressions | |
| gw.lang.reflect |
| Modifier and Type | Class and Description |
|---|---|
class |
ScriptPartId |
class |
TypelessScriptPartId |
| Modifier and Type | Method and Description |
|---|---|
IScriptPartId |
IReducedSymbol.getScriptPart() |
IScriptPartId |
IReducedDynamicFunctionSymbol.getScriptPart() |
IScriptPartId |
IGosuParser.getScriptPart()
The context associated with the parser's script.
|
IScriptPartId |
IDynamicSymbol.getScriptPart() |
IScriptPartId |
DefaultReducedSymbol.getScriptPart() |
IScriptPartId |
ParserOptions.getScriptPartId() |
IScriptPartId |
IParseTree.getScriptPartId() |
| Modifier and Type | Method and Description |
|---|---|
IExpression |
IGosuParser.parseExp(IScriptPartId partId)
Parses a Gosu expression.
|
IExpression |
IGosuParser.parseExp(IScriptPartId partId,
IType expectedExpressionType)
Parses a Gosu expression.
|
IExpression |
IGosuParser.parseExp(IScriptPartId partId,
IType expectedExpressionType,
IFileContext context,
boolean assignRuntime)
Parses a Gosu expression.
|
IExpression |
IGosuParser.parseExpOrProgram(IScriptPartId partId)
Parses a Gosu expression.
|
IExpression |
IGosuParser.parseExpOrProgram(IScriptPartId partId,
boolean isolatedScope,
boolean assignRuntime)
Parses a Gosu expression.
|
IProgram |
IGosuParser.parseProgram(IScriptPartId partId) |
IProgram |
IGosuParser.parseProgram(IScriptPartId partId,
boolean isolatedScope,
boolean reallyIsolatedScope,
IType expectedExpressionType,
IFileContext ctx,
boolean assignRuntime) |
IProgram |
IGosuParser.parseProgram(IScriptPartId partId,
boolean isolatedScope,
boolean reallyIsolatedScope,
IType expectedExpressionType,
IFileContext ctx,
boolean assignRuntime,
boolean bDoNotThrowParseResultsException) |
IProgram |
IGosuParser.parseProgram(IScriptPartId partId,
boolean isolatedScope,
boolean reallyIsolatedScope,
IType expectedExpressionType,
IFileContext ctx,
boolean assignRuntime,
boolean bDoNotThrowParseResultsException,
IType superType) |
IProgram |
IGosuParser.parseProgram(IScriptPartId partId,
boolean isolatedScope,
IType expectedExpressionType) |
IProgram |
IGosuParser.parseProgram(IScriptPartId partId,
IType expectedExpressionType) |
IProgram |
IGosuParser.parseProgram(IScriptPartId partId,
IType expectedExpressionType,
IFileContext ctx,
boolean assignRuntime) |
IProgram |
IGosuParser.parseProgram(IScriptPartId partId,
IType expectedExpressionType,
IFileContext ctx,
boolean assignRuntime,
boolean bDoNotThrowParseResultsException) |
ISymbol[] |
IGosuParser.parseProgramFunctionsOrPropertyDecls(IScriptPartId partId,
boolean bParseProperties,
boolean bParseVars) |
IStatement |
IGosuParser.parseStatements(IScriptPartId partId)
Parses a set of Gosu statements.
|
ITypeLiteralExpression |
IGosuParser.parseTypeLiteral(IScriptPartId partId)
Parses a type literal expression.
|
ParserOptions |
ParserOptions.withScriptPartId(IScriptPartId partId) |
| Modifier and Type | Method and Description |
|---|---|
IScriptPartId |
IVarStatement.getScriptPart() |
| Modifier and Type | Method and Description |
|---|---|
IScriptPartId |
ParameterizedFunctionType.getContext() |
IScriptPartId |
ParameterizedFunctionType.getScriptPart() |
IScriptPartId |
IFunctionType.getScriptPart() |
IScriptPartId |
FunctionType.getScriptPart() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterizedFunctionType.setContext(IScriptPartId partId) |
void |
FunctionType.setScriptPart(IScriptPartId scriptPart) |
Copyright © 2017. All rights reserved.