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
Fields in editor declared as IScriptPartId Modifier and Type Field Description private IScriptPartIdEditorHost. _partIdMethods in editor that return IScriptPartId Modifier and Type Method Description IScriptPartIdEditorHost. getScriptPart()IScriptPartIdIEditorHost. getScriptPart()IScriptPartIdIScriptEditor. getScriptPart()static IScriptPartIdGosuPanel. makePartId(java.nio.file.Path file)Methods in editor with parameters of type IScriptPartId Modifier and Type Method Description static EditorHostEditorFactory. createEditor(java.nio.file.Path file, IScriptPartId partId)private EditorHostGosuPanel. createEditor(java.nio.file.Path file, IScriptPartId partId)private voidGosuPanel. openFile(IScriptPartId partId, java.nio.file.Path file, boolean bFocus)voidGosuPanel. openInitialFile(IScriptPartId partId, java.nio.file.Path file)voidIGosuEditor. openInitialFile(IScriptPartId partId, java.nio.file.Path program)voidLabFrame. openInitialFile(IScriptPartId partId, java.nio.file.Path file)voidEditorHost. read(IScriptPartId partId, java.lang.String strSource)voidGosuField. read(IScriptPartId partId, java.lang.String strSource)voidIEditorHost. read(IScriptPartId partId, java.lang.String strSource)voidIGosuPanel. read(IScriptPartId partId, java.lang.String strSource)voidIScriptEditor. read(IScriptPartId ctx, java.lang.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 IScriptPartId Modifier and Type Field Description private IScriptPartIdParseTree. _scriptPartprotected IScriptPartIdAbstractDynamicSymbol. _scriptPartIdprivate IScriptPartIdReducedSymbol. _scriptPartIdFields in gw.internal.gosu.parser with type parameters of type IScriptPartId Modifier and Type Field Description private Stack<IScriptPartId>GosuParser. _scriptPartIdStackMethods in gw.internal.gosu.parser that return IScriptPartId Modifier and Type Method Description IScriptPartIdAbstractDynamicSymbol. getScriptPart()IScriptPartIdGosuParser. getScriptPart()IScriptPartIdMemberFieldSymbol. getScriptPart()IScriptPartIdReducedSymbol. getScriptPart()IScriptPartIdSymbol. getScriptPart()IScriptPartIdParseTree. 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 private voidGosuParser. assignRuntime(ParsedElement elem, boolean bIsolatedScope, IFileContext context, IType superType, IScriptPartId partId)ParseTreeParsedElement. initLocation(int offset, int length, int lineNumber, int iColumn, IScriptPartId scriptPart)private booleanGosuClass. isCompilingDeclarationsFor(IScriptPartId scriptPart)ExpressionGosuParser. 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)ExpressionGosuParser. parseExp(IScriptPartId partId, IType expectedExpressionType)ExpressionGosuParser. parseExp(IScriptPartId partId, IType expectedExpressionType, IFileContext context, boolean assignRuntime)IExpressionGosuParser. parseExpOrProgram(IScriptPartId partId)IExpressionGosuParser. parseExpOrProgram(IScriptPartId partId, boolean isolatedScope, boolean assignRuntime)IExpressionGosuParser. parseExpOrProgram(IScriptPartId partId, IType typeExpected, boolean isolatedScope, boolean assignRuntime)IProgramGosuParser. parseProgram(IScriptPartId partId)IProgramGosuParser. parseProgram(IScriptPartId partId, boolean isolatedScope, boolean reallyIsolatedScope, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime)IProgramGosuParser. parseProgram(IScriptPartId partId, boolean isolatedScope, boolean reallyIsolatedScope, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime, boolean bDoNotThrowParseResultsException)IProgramGosuParser. parseProgram(IScriptPartId partId, boolean isolatedScope, boolean reallyIsolatedScope, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime, boolean bDoNotThrowParseResultsException, IType superType)IProgramGosuParser. parseProgram(IScriptPartId partId, boolean isolatedScope, IType expectedExpressionType)IProgramGosuParser. parseProgram(IScriptPartId partId, IType expectedExpressionType)IProgramGosuParser. parseProgram(IScriptPartId partId, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime)IProgramGosuParser. parseProgram(IScriptPartId partId, IType expectedExpressionType, IFileContext ctx, boolean assignRuntime, boolean bDoNotThrowParseResultsException)StatementGosuParser. parseStatements(IScriptPartId partId)private StatementGosuParser. parseStatements(IScriptPartId partId, boolean verify, boolean isolatedScope)TypeLiteralGosuParser. 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 IScriptPartId Constructor Description FunctionDeclTransparentActivationContext(IScriptPartId scriptPart)GosuParserTransparentActivationContext(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 IScriptPartId Modifier and Type Field Description private IScriptPartIdVarStatement. _scriptPartIdMethods in gw.internal.gosu.parser.statements that return IScriptPartId Modifier and Type Method Description IScriptPartIdVarStatement. getScriptPart()Methods in gw.internal.gosu.parser.statements with parameters of type IScriptPartId Modifier and Type Method Description voidVarStatement. 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 voidTemplateGenerator. compile(Stack<IScriptPartId> scriptPartIdStack, ISymbolTable symTable, java.util.Map<java.lang.String,java.util.List<IFunctionSymbol>> dfsDeclByName, ITypeUsesMap typeUsesMap, Stack<BlockExpression> blocks, ContextInferenceManager ctxInferenceMgr)private ProgramTemplateGenerator. compile(Stack<IScriptPartId> scriptPartIdStack, java.lang.String strCompiledSource, ISymbolTable symbolTable, java.util.Map<java.lang.String,java.util.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 classScriptPartIdclassTypelessScriptPartIdFields in gw.lang.parser declared as IScriptPartId Modifier and Type Field Description private IScriptPartIdParserOptions. _partIdMethods 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
Fields in gw.lang.reflect declared as IScriptPartId Modifier and Type Field Description private IScriptPartIdFunctionType. _scriptPartMethods 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)
-