Uses of Class
gw.util.Stack
-
Packages that use Stack Package Description gw.internal.gosu.ir.compiler.bytecode gw.internal.gosu.ir.transform gw.internal.gosu.parser gw.internal.gosu.template gw.lang.parser gw.util -
-
Uses of Stack in gw.internal.gosu.ir.compiler.bytecode
Methods 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
Methods 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.parser
Methods in gw.internal.gosu.parser that return Stack Modifier and Type Method Description Stack<IScriptPartId>
GosuParser. getScriptPartIdStack()
static Stack
CompiledGosuClassSymbolTable. 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 void
ParserBase. setBlocks(Stack<BlockExpression> blocks)
-
Uses of Stack in gw.internal.gosu.template
Methods in gw.internal.gosu.template with parameters of type Stack Modifier and Type Method Description void
TemplateGenerator. compile(Stack<IScriptPartId> scriptPartIdStack, ISymbolTable symTable, Map<String,List<IFunctionSymbol>> dfsDeclByName, ITypeUsesMap typeUsesMap, Stack<BlockExpression> blocks, ContextInferenceManager ctxInferenceMgr)
-
Uses of Stack in gw.lang.parser
Methods in gw.lang.parser that return Stack Modifier and Type Method Description Stack<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)
-