Uses of Class
gw.lang.parser.IScriptPartId
Packages that use IScriptPartId
Package
Description
-
Uses of IScriptPartId in editor
Methods 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) 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 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 TypeMethodDescriptionParsedElement.initLocation(int offset, int length, int lineNumber, int iColumn, IScriptPartId scriptPart) GosuParser.parseExp(IScriptPartId partId) 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) GosuParser.parseTypeLiteral(IScriptPartId partId) voidGosuParser.pushScriptPart(IScriptPartId partId) voidAbstractDynamicSymbol.setScriptPart(IScriptPartId partId) Constructors in gw.internal.gosu.parser with parameters of type IScriptPartIdModifierConstructorDescriptionParseTree(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 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) -
Uses of IScriptPartId in gw.lang.parser
Subclasses of IScriptPartId in gw.lang.parserMethods 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
Methods 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)