Uses of Class
gw.lang.parser.StandardScope
-
Packages that use StandardScope Package Description gw.internal.gosu.parser gw.internal.gosu.parser.expressions gw.lang.parser -
-
Uses of StandardScope in gw.internal.gosu.parser
Subclasses of StandardScope in gw.internal.gosu.parser Modifier and Type Class Description class
CommonSymbolsScope<K extends CharSequence,V extends ISymbol>
-
Uses of StandardScope in gw.internal.gosu.parser.expressions
Methods in gw.internal.gosu.parser.expressions with parameters of type StandardScope Modifier and Type Method Description void
BlockExpression. setScope(StandardScope blockScope)
The scope of the block, available only at compile time -
Uses of StandardScope in gw.lang.parser
Methods in gw.lang.parser that return StandardScope Modifier and Type Method Description StandardScope<K,V>
StandardScope. copy()
Constructors in gw.lang.parser with parameters of type StandardScope Constructor Description StandardScope(StandardScope copy)
-