Uses of Class
gw.lang.parser.IScriptPartId
Packages that use IScriptPartId
Package
Description
-
Uses of IScriptPartId in editor
Fields in editor declared as IScriptPartIdMethods in editor that return IScriptPartIdModifier and TypeMethodDescriptionEditorHost.getScriptPart()
IEditorHost.getScriptPart()
IScriptEditor.getScriptPart()
static IScriptPartId
GosuPanel.makePartId
(Path file) Methods in editor with parameters of type IScriptPartIdModifier and TypeMethodDescriptionstatic EditorHost
EditorFactory.createEditor
(Path file, IScriptPartId partId) private EditorHost
GosuPanel.createEditor
(Path file, IScriptPartId partId) private void
GosuPanel.openFile
(IScriptPartId partId, Path file, boolean bFocus) 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 IScriptPartIdModifier and TypeFieldDescriptionprivate IScriptPartId
ParseTree._scriptPart
protected IScriptPartId
AbstractDynamicSymbol._scriptPartId
private IScriptPartId
ReducedSymbol._scriptPartId
Fields in gw.internal.gosu.parser with type parameters of type IScriptPartIdMethods in gw.internal.gosu.parser that return IScriptPartIdModifier and TypeMethodDescriptionAbstractDynamicSymbol.getScriptPart()
GosuParser.getScriptPart()
MemberFieldSymbol.getScriptPart()
ReducedSymbol.getScriptPart()
Symbol.getScriptPart()
ParseTree.getScriptPartId()
Methods in gw.internal.gosu.parser that return types with arguments of type IScriptPartIdMethods in gw.internal.gosu.parser with parameters of type IScriptPartIdModifier and TypeMethodDescriptionprivate void
GosuParser.assignRuntime
(ParsedElement elem, boolean bIsolatedScope, IFileContext context, IType superType, IScriptPartId partId) ParsedElement.initLocation
(int offset, int length, int lineNumber, int iColumn, IScriptPartId scriptPart) private boolean
GosuClass.isCompilingDeclarationsFor
(IScriptPartId scriptPart) GosuParser.parseExp
(IScriptPartId partId) private Expression
GosuParser.parseExp
(IScriptPartId partId, boolean isolatedScope, IType expectedExpressionType, boolean assignRuntime) private Expression
GosuParser.parseExp
(IScriptPartId partId, boolean isolatedScope, IType expectedExpressionType, IFileContext context, boolean assignRuntime) GosuParser.parseExp
(IScriptPartId partId, IType expectedExpressionType) GosuParser.parseExp
(IScriptPartId partId, IType expectedExpressionType, IFileContext context, boolean assignRuntime) GosuParser.parseExpOrProgram
(IScriptPartId partId) GosuParser.parseExpOrProgram
(IScriptPartId partId, boolean isolatedScope, boolean assignRuntime) GosuParser.parseExpOrProgram
(IScriptPartId partId, IType typeExpected, boolean isolatedScope, boolean assignRuntime) GosuParser.parseProgram
(IScriptPartId partId) GosuParser.parseProgram
(IScriptPartId partId, boolean isolatedScope, boolean reallyIsolatedScope, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime) GosuParser.parseProgram
(IScriptPartId partId, boolean isolatedScope, boolean reallyIsolatedScope, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime, boolean bDoNotThrowParseResultsException) GosuParser.parseProgram
(IScriptPartId partId, boolean isolatedScope, boolean reallyIsolatedScope, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime, boolean bDoNotThrowParseResultsException, IType superType) GosuParser.parseProgram
(IScriptPartId partId, boolean isolatedScope, IType expectedExpressionType) GosuParser.parseProgram
(IScriptPartId partId, IType expectedExpressionType) GosuParser.parseProgram
(IScriptPartId partId, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime) GosuParser.parseProgram
(IScriptPartId partId, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime, boolean bDoNotThrowParseResultsException) GosuParser.parseStatements
(IScriptPartId partId) private Statement
GosuParser.parseStatements
(IScriptPartId partId, boolean verify, boolean isolatedScope) GosuParser.parseTypeLiteral
(IScriptPartId partId) (package private) void
GosuParser.popScriptPart
(IScriptPartId partId) void
GosuParser.pushScriptPart
(IScriptPartId partId) void
AbstractDynamicSymbol.setScriptPart
(IScriptPartId partId) Constructors in gw.internal.gosu.parser with parameters of type IScriptPartIdModifierConstructorDescriptionGosuParserTransparentActivationContext
(IScriptPartId scriptPart) ParseTree
(ParsedElement pe, int iOffset, int iLength, IScriptPartId scriptPart) -
Uses of IScriptPartId in gw.internal.gosu.parser.statements
Fields in gw.internal.gosu.parser.statements declared as IScriptPartIdMethods in gw.internal.gosu.parser.statements that return IScriptPartIdMethods in gw.internal.gosu.parser.statements with parameters of type IScriptPartId -
Uses of IScriptPartId in gw.internal.gosu.template
Method parameters in gw.internal.gosu.template with type arguments of type IScriptPartIdModifier and TypeMethodDescriptionvoid
TemplateGenerator.compile
(Stack<IScriptPartId> scriptPartIdStack, ISymbolTable symTable, Map<String, List<IFunctionSymbol>> dfsDeclByName, ITypeUsesMap typeUsesMap, Stack<BlockExpression> blocks, ContextInferenceManager ctxInferenceMgr) private Program
TemplateGenerator.compile
(Stack<IScriptPartId> scriptPartIdStack, String strCompiledSource, ISymbolTable symbolTable, 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.parserFields in gw.lang.parser declared as IScriptPartIdMethods in gw.lang.parser that return IScriptPartIdModifier and TypeMethodDescriptionDefaultReducedSymbol.getScriptPart()
IDynamicSymbol.getScriptPart()
IGosuParser.getScriptPart()
The context associated with the parser's script.IReducedDynamicFunctionSymbol.getScriptPart()
IReducedSymbol.getScriptPart()
IParseTree.getScriptPartId()
ParserOptions.getScriptPartId()
Methods in gw.lang.parser with parameters of type IScriptPartIdModifier and TypeMethodDescriptionIGosuParser.parseExp
(IScriptPartId partId) Parses a Gosu expression.IGosuParser.parseExp
(IScriptPartId partId, IType expectedExpressionType) Parses a Gosu expression.IGosuParser.parseExp
(IScriptPartId partId, IType expectedExpressionType, IFileContext context, boolean assignRuntime) Parses a Gosu expression.IGosuParser.parseExpOrProgram
(IScriptPartId partId) Parses a Gosu expression.IGosuParser.parseExpOrProgram
(IScriptPartId partId, boolean isolatedScope, boolean assignRuntime) Parses a Gosu expression.IGosuParser.parseProgram
(IScriptPartId partId) IGosuParser.parseProgram
(IScriptPartId partId, boolean isolatedScope, boolean reallyIsolatedScope, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime) IGosuParser.parseProgram
(IScriptPartId partId, boolean isolatedScope, boolean reallyIsolatedScope, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime, boolean bDoNotThrowParseResultsException) IGosuParser.parseProgram
(IScriptPartId partId, boolean isolatedScope, boolean reallyIsolatedScope, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime, boolean bDoNotThrowParseResultsException, IType superType) IGosuParser.parseProgram
(IScriptPartId partId, boolean isolatedScope, IType expectedExpressionType) IGosuParser.parseProgram
(IScriptPartId partId, IType expectedExpressionType) IGosuParser.parseProgram
(IScriptPartId partId, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime) IGosuParser.parseProgram
(IScriptPartId partId, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime, boolean bDoNotThrowParseResultsException) IGosuParser.parseStatements
(IScriptPartId partId) Parses a set of Gosu statements.IGosuParser.parseTypeLiteral
(IScriptPartId partId) Parses a type literal expression.ParserOptions.withScriptPartId
(IScriptPartId partId) -
Uses of IScriptPartId in gw.lang.parser.expressions
Methods in gw.lang.parser.expressions that return IScriptPartId -
Uses of IScriptPartId in gw.lang.reflect
Fields in gw.lang.reflect declared as IScriptPartIdMethods in gw.lang.reflect that return IScriptPartIdModifier and TypeMethodDescriptionParameterizedFunctionType.getContext()
FunctionType.getScriptPart()
IFunctionType.getScriptPart()
ParameterizedFunctionType.getScriptPart()
Methods in gw.lang.reflect with parameters of type IScriptPartIdModifier and TypeMethodDescriptionvoid
ParameterizedFunctionType.setContext
(IScriptPartId partId) void
FunctionType.setScriptPart
(IScriptPartId scriptPart)