Uses of Interface
gw.lang.parser.IFileContext
-
Packages that use IFileContext Package Description gw.lang gw.lang.parser -
-
Uses of IFileContext in gw.lang
Classes in gw.lang that implement IFileContext Modifier and Type Class Description classProgramFileContext -
Uses of IFileContext in gw.lang.parser
Methods in gw.lang.parser that return IFileContext Modifier and Type Method Description IFileContextParserOptions. getFileContext()Methods in gw.lang.parser with parameters of type IFileContext Modifier and Type Method Description IExpressionIGosuParser. parseExp(IScriptPartId partId, IType expectedExpressionType, IFileContext context, boolean assignRuntime)Parses a Gosu expression.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, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime)IProgramIGosuParser. parseProgram(IScriptPartId partId, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime, boolean bDoNotThrowParseResultsException)ParserOptionsParserOptions. withFileContext(IFileContext fileContext)
-