Uses of Interface
gw.lang.parser.expressions.IProgram
-
Packages that use IProgram Package Description gw.lang.parser gw.lang.parser.template -
-
Uses of IProgram in gw.lang.parser
Methods in gw.lang.parser that return IProgram Modifier and Type Method Description IProgramIGosuParser. parseProgram(IScriptPartId partId)IProgramIGosuParser. parseProgram(IScriptPartId partId, boolean isolatedScope, boolean reallyIsolatedScope, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime)IProgramIGosuParser. parseProgram(IScriptPartId partId, boolean isolatedScope, boolean reallyIsolatedScope, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime, boolean bDoNotThrowParseResultsException)IProgramIGosuParser. parseProgram(IScriptPartId partId, boolean isolatedScope, boolean reallyIsolatedScope, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime, boolean bDoNotThrowParseResultsException, IType superType)IProgramIGosuParser. parseProgram(IScriptPartId partId, boolean isolatedScope, IType expectedExpressionType)IProgramIGosuParser. parseProgram(IScriptPartId partId, IType expectedExpressionType)IProgramIGosuParser. parseProgram(IScriptPartId partId, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime)IProgramIGosuParser. 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 IProgramITemplateGenerator. getProgram()
-