Uses of Class
gw.lang.parser.IScriptPartId
-
Packages that use IScriptPartId Package Description gw.lang.parser gw.lang.parser.expressions gw.lang.reflect -
-
Uses of IScriptPartId in gw.lang.parser
Subclasses of IScriptPartId in gw.lang.parser Modifier and Type Class Description classScriptPartIdclassTypelessScriptPartIdMethods in gw.lang.parser that return IScriptPartId Modifier and Type Method Description IScriptPartIdDefaultReducedSymbol. getScriptPart()IScriptPartIdIDynamicSymbol. getScriptPart()IScriptPartIdIGosuParser. getScriptPart()The context associated with the parser's script.IScriptPartIdIReducedDynamicFunctionSymbol. getScriptPart()IScriptPartIdIReducedSymbol. getScriptPart()IScriptPartIdIParseTree. getScriptPartId()IScriptPartIdParserOptions. getScriptPartId()Methods in gw.lang.parser with parameters of type IScriptPartId Modifier and Type Method Description IExpressionIGosuParser. parseExp(IScriptPartId partId)Parses a Gosu expression.IExpressionIGosuParser. parseExp(IScriptPartId partId, IType expectedExpressionType)Parses a Gosu expression.IExpressionIGosuParser. parseExp(IScriptPartId partId, IType expectedExpressionType, IFileContext context, boolean assignRuntime)Parses a Gosu expression.IExpressionIGosuParser. parseExpOrProgram(IScriptPartId partId)Parses a Gosu expression.IExpressionIGosuParser. parseExpOrProgram(IScriptPartId partId, boolean isolatedScope, boolean assignRuntime)Parses a Gosu expression.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)IStatementIGosuParser. parseStatements(IScriptPartId partId)Parses a set of Gosu statements.ITypeLiteralExpressionIGosuParser. parseTypeLiteral(IScriptPartId partId)Parses a type literal expression.ParserOptionsParserOptions. withScriptPartId(IScriptPartId partId) -
Uses of IScriptPartId in gw.lang.parser.expressions
Methods in gw.lang.parser.expressions that return IScriptPartId Modifier and Type Method Description IScriptPartIdIVarStatement. getScriptPart() -
Uses of IScriptPartId in gw.lang.reflect
Methods in gw.lang.reflect that return IScriptPartId Modifier and Type Method Description IScriptPartIdParameterizedFunctionType. getContext()IScriptPartIdFunctionType. getScriptPart()IScriptPartIdIFunctionType. getScriptPart()IScriptPartIdParameterizedFunctionType. getScriptPart()Methods in gw.lang.reflect with parameters of type IScriptPartId Modifier and Type Method Description voidParameterizedFunctionType. setContext(IScriptPartId partId)voidFunctionType. setScriptPart(IScriptPartId scriptPart)
-