Uses of Class
com.googlecode.aviator.parser.ScopeInfo
-
Packages that use ScopeInfo Package Description com.googlecode.aviator.code com.googlecode.aviator.parser -
-
Uses of ScopeInfo in com.googlecode.aviator.code
Fields in com.googlecode.aviator.code declared as ScopeInfo Modifier and Type Field Description private ScopeInfo
LambdaGenerator. scopeInfo
Fields in com.googlecode.aviator.code with type parameters of type ScopeInfo Modifier and Type Field Description private java.util.Stack<ScopeInfo>
NoneCodeGenerator. infos
Methods in com.googlecode.aviator.code that return ScopeInfo Modifier and Type Method Description ScopeInfo
LambdaGenerator. getScopeInfo()
Methods in com.googlecode.aviator.code with parameters of type ScopeInfo Modifier and Type Method Description void
LambdaGenerator. setScopeInfo(ScopeInfo scopeInfo)
-
Uses of ScopeInfo in com.googlecode.aviator.parser
Fields in com.googlecode.aviator.parser declared as ScopeInfo Modifier and Type Field Description private ScopeInfo
ExpressionParser. scope
Methods in com.googlecode.aviator.parser that return ScopeInfo Modifier and Type Method Description ScopeInfo
ExpressionParser. enterScope(boolean inNewScope)
ScopeInfo
Parser. enterScope(boolean inForLoop)
Methods in com.googlecode.aviator.parser with parameters of type ScopeInfo Modifier and Type Method Description void
ExpressionParser. restoreScope(ScopeInfo info)
(non-Javadoc)void
Parser. restoreScope(ScopeInfo info)
-