Uses of Class
gw.lang.parser.IScriptPartId
-
Packages that use IScriptPartId Package Description editor gw.internal.gosu.parser gw.internal.gosu.parser.statements gw.internal.gosu.template gw.lang.parser gw.lang.parser.expressions gw.lang.reflect -
-
Uses of IScriptPartId in editor
Methods in editor that return IScriptPartId Modifier and Type Method Description IScriptPartId
EditorHost. getScriptPart()
IScriptPartId
IEditorHost. getScriptPart()
IScriptPartId
IScriptEditor. getScriptPart()
static IScriptPartId
GosuPanel. makePartId(Path file)
Methods in editor with parameters of type IScriptPartId Modifier and Type Method Description static EditorHost
EditorFactory. createEditor(Path file, IScriptPartId partId)
void
GosuPanel. openInitialFile(IScriptPartId partId, Path file)
void
IGosuEditor. openInitialFile(IScriptPartId partId, Path program)
void
LabFrame. openInitialFile(IScriptPartId partId, Path file)
void
EditorHost. read(IScriptPartId partId, String strSource)
void
GosuField. read(IScriptPartId partId, String strSource)
void
IEditorHost. read(IScriptPartId partId, String strSource)
void
IGosuPanel. read(IScriptPartId partId, String strSource)
void
IScriptEditor. read(IScriptPartId ctx, String strSource)
void
EditorHost. setScriptPart(IScriptPartId partId)
void
IEditorHost. setScriptPart(IScriptPartId partId)
-
Uses of IScriptPartId in gw.internal.gosu.parser
Fields in gw.internal.gosu.parser declared as IScriptPartId Modifier and Type Field Description protected IScriptPartId
AbstractDynamicSymbol. _scriptPartId
Methods in gw.internal.gosu.parser that return IScriptPartId Modifier and Type Method Description IScriptPartId
AbstractDynamicSymbol. getScriptPart()
IScriptPartId
GosuParser. getScriptPart()
IScriptPartId
MemberFieldSymbol. getScriptPart()
IScriptPartId
ReducedSymbol. getScriptPart()
IScriptPartId
Symbol. getScriptPart()
IScriptPartId
ParseTree. getScriptPartId()
Methods in gw.internal.gosu.parser that return types with arguments of type IScriptPartId Modifier and Type Method Description Stack<IScriptPartId>
GosuParser. getScriptPartIdStack()
Methods in gw.internal.gosu.parser with parameters of type IScriptPartId Modifier and Type Method Description ParseTree
ParsedElement. initLocation(int offset, int length, int lineNumber, int iColumn, IScriptPartId scriptPart)
Expression
GosuParser. parseExp(IScriptPartId partId)
Expression
GosuParser. parseExp(IScriptPartId partId, IType expectedExpressionType)
Expression
GosuParser. parseExp(IScriptPartId partId, IType expectedExpressionType, IFileContext context, boolean assignRuntime)
IExpression
GosuParser. parseExpOrProgram(IScriptPartId partId)
IExpression
GosuParser. parseExpOrProgram(IScriptPartId partId, boolean isolatedScope, boolean assignRuntime)
IExpression
GosuParser. parseExpOrProgram(IScriptPartId partId, IType typeExpected, boolean isolatedScope, boolean assignRuntime)
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)
Statement
GosuParser. parseStatements(IScriptPartId partId)
TypeLiteral
GosuParser. parseTypeLiteral(IScriptPartId partId)
void
GosuParser. pushScriptPart(IScriptPartId partId)
void
AbstractDynamicSymbol. setScriptPart(IScriptPartId partId)
Constructors in gw.internal.gosu.parser with parameters of type IScriptPartId Constructor Description ParseTree(ParsedElement pe, int iOffset, int iLength, IScriptPartId scriptPart)
-
Uses of IScriptPartId in gw.internal.gosu.parser.statements
Methods in gw.internal.gosu.parser.statements that return IScriptPartId Modifier and Type Method Description IScriptPartId
VarStatement. getScriptPart()
Methods in gw.internal.gosu.parser.statements with parameters of type IScriptPartId Modifier and Type Method Description void
VarStatement. setScriptPart(IScriptPartId partId)
-
Uses of IScriptPartId in gw.internal.gosu.template
Method parameters in gw.internal.gosu.template with type arguments of type IScriptPartId Modifier and Type Method Description void
TemplateGenerator. compile(Stack<IScriptPartId> scriptPartIdStack, ISymbolTable symTable, Map<String,List<IFunctionSymbol>> dfsDeclByName, ITypeUsesMap typeUsesMap, Stack<BlockExpression> blocks, ContextInferenceManager ctxInferenceMgr)
-
Uses of IScriptPartId in gw.lang.parser
Subclasses of IScriptPartId in gw.lang.parser Modifier and Type Class Description class
ScriptPartId
class
TypelessScriptPartId
Methods in gw.lang.parser that return IScriptPartId Modifier and Type Method Description IScriptPartId
DefaultReducedSymbol. getScriptPart()
IScriptPartId
IDynamicSymbol. getScriptPart()
IScriptPartId
IGosuParser. getScriptPart()
The context associated with the parser's script.IScriptPartId
IReducedDynamicFunctionSymbol. getScriptPart()
IScriptPartId
IReducedSymbol. getScriptPart()
IScriptPartId
IParseTree. getScriptPartId()
IScriptPartId
ParserOptions. getScriptPartId()
Methods in gw.lang.parser with parameters of type IScriptPartId Modifier and Type Method Description 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.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)
IStatement
IGosuParser. parseStatements(IScriptPartId partId)
Parses a set of Gosu statements.ITypeLiteralExpression
IGosuParser. parseTypeLiteral(IScriptPartId partId)
Parses a type literal expression.ParserOptions
ParserOptions. 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 IScriptPartId
IVarStatement. getScriptPart()
-
Uses of IScriptPartId in gw.lang.reflect
Methods in gw.lang.reflect that return IScriptPartId Modifier and Type Method Description IScriptPartId
ParameterizedFunctionType. getContext()
IScriptPartId
FunctionType. getScriptPart()
IScriptPartId
IFunctionType. getScriptPart()
IScriptPartId
ParameterizedFunctionType. getScriptPart()
Methods in gw.lang.reflect with parameters of type IScriptPartId Modifier and Type Method Description void
ParameterizedFunctionType. setContext(IScriptPartId partId)
void
FunctionType. setScriptPart(IScriptPartId scriptPart)
-