Uses of Class
gw.util.Stack
-
-
Uses of Stack in gw.config
Fields in gw.config declared as Stack Modifier and Type Field Description private Stack<IService>ServiceKernel. _initingServices -
Uses of Stack in gw.internal.gosu.ir.compiler.bytecode
Fields in gw.internal.gosu.ir.compiler.bytecode declared as Stack Modifier and Type Field Description private 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 Modifier and Type Method Description Stack<IRFinallyCodePartitioner>IRBytecodeContext. getFinallyParitioners() -
Uses of Stack in gw.internal.gosu.ir.transform
Fields in gw.internal.gosu.ir.transform declared as Stack Modifier and Type Field Description private Stack<IRScope>FunctionBodyTransformationContext. _scopesMethods in gw.internal.gosu.ir.transform that return Stack Modifier and Type Method Description Stack<IRScope>FunctionBodyTransformationContext. getScopes()Stack<IRScope>TopLevelTransformationContext. getScopes()Stack<IRScope>TransformationContextBase. getScopes() -
Uses of Stack in gw.internal.gosu.ir.transform.expression
Fields in gw.internal.gosu.ir.transform.expression with type parameters of type Stack Modifier and Type Field Description private static java.lang.ThreadLocal<Stack<IRSymbol>>TemplateStringLiteralTransformer. SYMBOL_STACKMethods in gw.internal.gosu.ir.transform.expression that return Stack Modifier and Type Method Description private static Stack<IRSymbol>TemplateStringLiteralTransformer. getThreadLocalStack() -
Uses of Stack in gw.internal.gosu.parser
Fields in gw.internal.gosu.parser declared as Stack Modifier and Type Field Description private Stack<IType>GosuParser. _blockReturnTypeStack(package private) Stack<BlockExpression>ParserBase. _blocksprivate Stack<TypeVarToTypeMap>GosuParser. _inferenceMapStackprivate Stack<ContextInferenceManager.TypeAsContext>ContextInferenceManager. _inferenceStackprivate Stack<ContextType>GosuParser. _inferredContextStackprivate Stack<java.util.List<IType>>ParserBase. _inferringFunctionTypesprivate Stack<IGosuClassInternal>GosuClassParser. _innerClassesprivate Stack<ITokenizerOffsetMarker>SourceCodeTokenizer. _offsetMarkersprivate Stack<java.lang.Boolean>GosuParser. _parsingAbstractConstructorprivate Stack<java.lang.Boolean>GosuParser. _parsingStaticFeatureprivate Stack<IScriptPartId>GosuParser. _scriptPartIdStackprivate Stack<ParsedElement>GosuParser. _stackprivate Stack<DynamicFunctionSymbol>GosuParser. _stackDFSprivate Stack<Token>SourceCodeTokenizerInternal. _tokensFields in gw.internal.gosu.parser with type parameters of type Stack Modifier and Type Field Description private static java.lang.ThreadLocal<Stack>CompiledGosuClassSymbolTable. SYM_TABLE_STACKprivate static java.lang.ThreadLocal<Stack>CompiledGosuClassSymbolTable. SYM_TABLE_TRACE_STACKMethods in gw.internal.gosu.parser that return Stack Modifier and Type Method Description Stack<IScriptPartId>GosuParser. getScriptPartIdStack()private static StackCompiledGosuClassSymbolTable. getSymbolTableStack()static StackCompiledGosuClassSymbolTable. getSymbolTableTraceStack()Stack<Token>SourceCodeTokenizer. getTokens()Stack<Token>SourceCodeTokenizerInternal. getTokens()Methods in gw.internal.gosu.parser with parameters of type Stack Modifier and Type Method Description private intSourceCodeTokenizer. maybeSkipWhitespaceAndComments(int state, Stack<Token> tokens, int count)voidParserBase. setBlocks(Stack<BlockExpression> blocks)(package private) voidSourceCodeTokenizerInternal. setTokens(Stack<Token> tokens) -
Uses of Stack in gw.internal.gosu.template
Fields in gw.internal.gosu.template with type parameters of type Stack Modifier and Type Field Description private static java.lang.ThreadLocal<Stack<TemplateGenerator.RuntimeData>>TemplateGenerator. g_runtimeDataMethods in gw.internal.gosu.template with parameters of type Stack 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 Stack in gw.lang.parser
Fields in gw.lang.parser declared as Stack Modifier and Type Field Description private Stack<java.util.List<IParseIssue>>TypeVarToTypeMap. _reparseErrorStackMethods in gw.lang.parser that return Stack Modifier and Type Method Description Stack<java.util.List<IParseIssue>>TypeVarToTypeMap. getReparseErrorStack()Stack<? extends IToken>ISourceCodeTokenizer. getTokens() -
Uses of Stack in gw.util
Constructors in gw.util with parameters of type Stack Constructor Description Stack(Stack<T> source) -
Uses of Stack in gw.xml.simple
Fields in gw.xml.simple declared as Stack Modifier and Type Field Description private Stack<SimpleXmlNode>SimpleXmlNodeHandler. _elementStackprivate Stack<java.util.Iterator<SimpleXmlNode>>DescendentsIterator. _iteratorsprivate Stack<java.lang.StringBuilder>SimpleXmlNodeHandler. _textStack
-