IExpression |
IGosuParser.parseExp(IScriptPartId partId,
IType expectedExpressionType,
IFileContext context,
boolean assignRuntime)
Parses a Gosu expression.
|
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,
IType expectedExpressionType,
IFileContext ctx,
boolean assignRuntime) |
IProgram |
IGosuParser.parseProgram(IScriptPartId partId,
IType expectedExpressionType,
IFileContext ctx,
boolean assignRuntime,
boolean bDoNotThrowParseResultsException) |
ParserOptions |
ParserOptions.withFileContext(IFileContext fileContext) |