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._breakLabels
private Stack<org.objectweb.asm.Label>
IRBytecodeContext._continueLabels
private Stack<IRFinallyCodePartitioner>
IRBytecodeContext._finallyStatements
private Stack<IRCompilerScope>
IRBytecodeContext._scopes
Methods 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_STACK
Methods 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._blocks
private Stack<TypeVarToTypeMap>
GosuParser._inferenceMapStack
ContextInferenceManager._inferenceStack
private Stack<ContextType>
GosuParser._inferredContextStack
ParserBase._inferringFunctionTypes
private Stack<IGosuClassInternal>
GosuClassParser._innerClasses
private Stack<ITokenizerOffsetMarker>
SourceCodeTokenizer._offsetMarkers
GosuParser._parsingAbstractConstructor
GosuParser._parsingStaticFeature
private Stack<IScriptPartId>
GosuParser._scriptPartIdStack
private Stack<ParsedElement>
GosuParser._stack
private Stack<DynamicFunctionSymbol>
GosuParser._stackDFS
SourceCodeTokenizerInternal._tokens
Fields in gw.internal.gosu.parser with type parameters of type StackModifier and TypeFieldDescriptionprivate static final ThreadLocal<Stack>
CompiledGosuClassSymbolTable.SYM_TABLE_STACK
private static final ThreadLocal<Stack>
CompiledGosuClassSymbolTable.SYM_TABLE_TRACE_STACK
Methods in gw.internal.gosu.parser that return StackModifier and TypeMethodDescriptionGosuParser.getScriptPartIdStack()
private static Stack
CompiledGosuClassSymbolTable.getSymbolTableStack()
static Stack
CompiledGosuClassSymbolTable.getSymbolTableTraceStack()
SourceCodeTokenizer.getTokens()
SourceCodeTokenizerInternal.getTokens()
Methods in gw.internal.gosu.parser with parameters of type StackModifier and TypeMethodDescriptionprivate int
SourceCodeTokenizer.maybeSkipWhitespaceAndComments
(int state, Stack<Token> tokens, int count) void
ParserBase.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_runtimeData
Methods in gw.internal.gosu.template with parameters of type StackModifier 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 Stack in gw.lang.parser
Fields in gw.lang.parser declared as StackModifier and TypeFieldDescriptionprivate Stack<List<IParseIssue>>
TypeVarToTypeMap._reparseErrorStack
Methods 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._elementStack
private Stack<Iterator<SimpleXmlNode>>
DescendentsIterator._iterators
private Stack<StringBuilder>
SimpleXmlNodeHandler._textStack