Uses of Interface
gw.lang.parser.expressions.IProgram
-
Packages that use IProgram Package Description gw.internal.gosu.parser gw.internal.gosu.parser.expressions gw.lang.parser gw.lang.parser.template gw.util -
-
Uses of IProgram in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser that return IProgram Modifier and Type Method Description IProgram
GosuParser. parseProgram(IScriptPartId partId)
IProgram
GosuParser. parseProgram(IScriptPartId partId, boolean isolatedScope, boolean reallyIsolatedScope, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime)
IProgram
GosuParser. parseProgram(IScriptPartId partId, boolean isolatedScope, boolean reallyIsolatedScope, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime, boolean bDoNotThrowParseResultsException)
IProgram
GosuParser. parseProgram(IScriptPartId partId, boolean isolatedScope, boolean reallyIsolatedScope, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime, boolean bDoNotThrowParseResultsException, IType superType)
IProgram
GosuParser. parseProgram(IScriptPartId partId, boolean isolatedScope, IType expectedExpressionType)
IProgram
GosuParser. parseProgram(IScriptPartId partId, IType expectedExpressionType)
IProgram
GosuParser. parseProgram(IScriptPartId partId, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime)
IProgram
GosuParser. parseProgram(IScriptPartId partId, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime, boolean bDoNotThrowParseResultsException)
-
Uses of IProgram in gw.internal.gosu.parser.expressions
Classes in gw.internal.gosu.parser.expressions that implement IProgram Modifier and Type Class Description class
Program
An expression representing a Program:Methods in gw.internal.gosu.parser.expressions that return IProgram Modifier and Type Method Description IProgram
TemplateStringLiteral. getProgram()
-
Uses of IProgram in gw.lang.parser
Methods in gw.lang.parser that return IProgram Modifier and Type Method Description 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)
-
Uses of IProgram in gw.lang.parser.template
Methods in gw.lang.parser.template that return IProgram Modifier and Type Method Description IProgram
ITemplateGenerator. getProgram()
-
Uses of IProgram in gw.util
Methods in gw.util that return IProgram Modifier and Type Method Description static IProgram
GosuTestUtil. compileProgram(String script, ISymbolTable table)
-