Uses of Class
gw.util.Stack
Packages that use Stack
Package
Description
-
Uses of Stack in gw.config
-
Uses of Stack in gw.internal.gosu.ir.compiler.bytecode
Fields in gw.internal.gosu.ir.compiler.bytecode declared as StackModifier and TypeFieldDescriptionprivate Stack<org.objectweb.asm.Label>IRBytecodeContext._breakLabelsprivate Stack<org.objectweb.asm.Label>IRBytecodeContext._continueLabelsprivate Stack<IRFinallyCodePartitioner>IRBytecodeContext._finallyStatementsprivate Stack<IRCompilerScope>IRBytecodeContext._scopesMethods in gw.internal.gosu.ir.compiler.bytecode that return Stack -
Uses of Stack in gw.internal.gosu.ir.transform
Fields in gw.internal.gosu.ir.transform declared as StackMethods in gw.internal.gosu.ir.transform that return Stack -
Uses of Stack in gw.internal.gosu.ir.transform.expression
Fields in gw.internal.gosu.ir.transform.expression with type parameters of type StackModifier and TypeFieldDescriptionprivate static final ThreadLocal<Stack<IRSymbol>>TemplateStringLiteralTransformer.SYMBOL_STACKMethods in gw.internal.gosu.ir.transform.expression that return Stack -
Uses of Stack in gw.internal.gosu.parser
Fields in gw.internal.gosu.parser declared as StackModifier and TypeFieldDescriptionGosuParser._blockReturnTypeStack(package private) Stack<BlockExpression>ParserBase._blocksprivate Stack<TypeVarToTypeMap>GosuParser._inferenceMapStackContextInferenceManager._inferenceStackprivate Stack<ContextType>GosuParser._inferredContextStackParserBase._inferringFunctionTypesprivate Stack<IGosuClassInternal>GosuClassParser._innerClassesprivate Stack<ITokenizerOffsetMarker>SourceCodeTokenizer._offsetMarkersGosuParser._parsingAbstractConstructorGosuParser._parsingStaticFeatureprivate Stack<IScriptPartId>GosuParser._scriptPartIdStackprivate Stack<ParsedElement>GosuParser._stackprivate Stack<DynamicFunctionSymbol>GosuParser._stackDFSSourceCodeTokenizerInternal._tokensFields in gw.internal.gosu.parser with type parameters of type StackModifier and TypeFieldDescriptionprivate static final ThreadLocal<Stack>CompiledGosuClassSymbolTable.SYM_TABLE_STACKprivate static final ThreadLocal<Stack>CompiledGosuClassSymbolTable.SYM_TABLE_TRACE_STACKMethods in gw.internal.gosu.parser that return StackModifier and TypeMethodDescriptionGosuParser.getScriptPartIdStack()private static StackCompiledGosuClassSymbolTable.getSymbolTableStack()static StackCompiledGosuClassSymbolTable.getSymbolTableTraceStack()SourceCodeTokenizer.getTokens()SourceCodeTokenizerInternal.getTokens()Methods in gw.internal.gosu.parser with parameters of type StackModifier and TypeMethodDescriptionprivate intSourceCodeTokenizer.maybeSkipWhitespaceAndComments(int state, Stack<Token> tokens, int count) voidParserBase.setBlocks(Stack<BlockExpression> blocks) (package private) void -
Uses of Stack in gw.internal.gosu.template
Fields in gw.internal.gosu.template with type parameters of type StackModifier and TypeFieldDescriptionprivate static ThreadLocal<Stack<TemplateGenerator.RuntimeData>>TemplateGenerator.g_runtimeDataMethods in gw.internal.gosu.template with parameters of type StackModifier 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 Stack in gw.lang.parser
Fields in gw.lang.parser declared as StackModifier and TypeFieldDescriptionprivate Stack<List<IParseIssue>>TypeVarToTypeMap._reparseErrorStackMethods in gw.lang.parser that return StackModifier and TypeMethodDescriptionTypeVarToTypeMap.getReparseErrorStack()ISourceCodeTokenizer.getTokens() -
Uses of Stack in gw.util
-
Uses of Stack in gw.xml.simple
Fields in gw.xml.simple declared as StackModifier and TypeFieldDescriptionprivate Stack<SimpleXmlNode>SimpleXmlNodeHandler._elementStackprivate Stack<Iterator<SimpleXmlNode>>DescendentsIterator._iteratorsprivate Stack<StringBuilder>SimpleXmlNodeHandler._textStack