IGosuClass |
IGosuParser.parseClass(String strQualifiedClassName,
ISourceFileHandle sourceFile,
boolean bThrowOnWarnings,
boolean bFullyCompile)
For use by code editors etc.
|
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.
|
IGosuFragment |
IGosuFragmentParser.parseExpressionOnly(String script,
ISymbolTable table,
ParserOptions options) |
IParseResult |
IGosuProgramParser.parseExpressionOnly(String strSource,
ISymbolTable symTable,
ParserOptions options) |
IGosuFragment |
IGosuFragmentParser.parseExpressionOrProgram(String script,
ISymbolTable table,
ParserOptions options) |
IParseResult |
IGosuProgramParser.parseExpressionOrProgram(String strSource,
ISymbolTable symTable,
ParserOptions options) |
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) |
IGosuFragment |
IGosuFragmentParser.parseProgramOnly(String script,
ISymbolTable table,
ParserOptions options) |
IParseResult |
IGosuProgramParser.parseProgramOnly(String strSource,
ISymbolTable symTable,
ParserOptions options) |
IStatement |
IGosuParser.parseStatements(IScriptPartId partId)
Parses a set of Gosu statements.
|
IParseResult |
IGosuProgramParser.parseTemplate(String strSource,
ISymbolTable symTable,
ParserOptions options) |
ITypeLiteralExpression |
IGosuParser.parseTypeLiteral(IScriptPartId partId)
Parses a type literal expression.
|