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 IScriptPartIdGosuPanel.makePartId(Path file) Methods in editor with parameters of type IScriptPartIdModifier and TypeMethodDescriptionstatic EditorHostEditorFactory.createEditor(Path file, IScriptPartId partId) private EditorHostGosuPanel.createEditor(Path file, IScriptPartId partId) private voidGosuPanel.openFile(IScriptPartId partId, Path file, boolean bFocus) voidGosuPanel.openInitialFile(IScriptPartId partId, Path file) voidIGosuEditor.openInitialFile(IScriptPartId partId, Path program) voidLabFrame.openInitialFile(IScriptPartId partId, Path file) voidEditorHost.read(IScriptPartId partId, String strSource) voidGosuField.read(IScriptPartId partId, String strSource) voidIEditorHost.read(IScriptPartId partId, String strSource) voidIGosuPanel.read(IScriptPartId partId, String strSource) voidIScriptEditor.read(IScriptPartId ctx, String strSource) voidEditorHost.setScriptPart(IScriptPartId partId) voidIEditorHost.setScriptPart(IScriptPartId partId) -
Uses of IScriptPartId in gw.internal.gosu.parser
Fields in gw.internal.gosu.parser declared as IScriptPartIdModifier and TypeFieldDescriptionprivate IScriptPartIdParseTree._scriptPartprotected IScriptPartIdAbstractDynamicSymbol._scriptPartIdprivate IScriptPartIdReducedSymbol._scriptPartIdFields 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 voidGosuParser.assignRuntime(ParsedElement elem, boolean bIsolatedScope, IFileContext context, IType superType, IScriptPartId partId) ParsedElement.initLocation(int offset, int length, int lineNumber, int iColumn, IScriptPartId scriptPart) private booleanGosuClass.isCompilingDeclarationsFor(IScriptPartId scriptPart) GosuParser.parseExp(IScriptPartId partId) private ExpressionGosuParser.parseExp(IScriptPartId partId, boolean isolatedScope, IType expectedExpressionType, boolean assignRuntime) private ExpressionGosuParser.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 StatementGosuParser.parseStatements(IScriptPartId partId, boolean verify, boolean isolatedScope) GosuParser.parseTypeLiteral(IScriptPartId partId) (package private) voidGosuParser.popScriptPart(IScriptPartId partId) voidGosuParser.pushScriptPart(IScriptPartId partId) voidAbstractDynamicSymbol.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 TypeMethodDescriptionvoidTemplateGenerator.compile(Stack<IScriptPartId> scriptPartIdStack, ISymbolTable symTable, Map<String, List<IFunctionSymbol>> dfsDeclByName, ITypeUsesMap typeUsesMap, Stack<BlockExpression> blocks, ContextInferenceManager ctxInferenceMgr) private ProgramTemplateGenerator.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 TypeMethodDescriptionvoidParameterizedFunctionType.setContext(IScriptPartId partId) voidFunctionType.setScriptPart(IScriptPartId scriptPart)