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 ScopeInfoLambdaGenerator. scopeInfoFields in com.googlecode.aviator.code with type parameters of type ScopeInfo Modifier and Type Field Description private java.util.Stack<ScopeInfo>NoneCodeGenerator. infosMethods in com.googlecode.aviator.code that return ScopeInfo Modifier and Type Method Description ScopeInfoLambdaGenerator. getScopeInfo()Methods in com.googlecode.aviator.code with parameters of type ScopeInfo Modifier and Type Method Description voidLambdaGenerator. 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 ScopeInfoExpressionParser. scopeMethods in com.googlecode.aviator.parser that return ScopeInfo Modifier and Type Method Description ScopeInfoExpressionParser. enterScope(boolean inNewScope)ScopeInfoParser. enterScope(boolean inForLoop)Methods in com.googlecode.aviator.parser with parameters of type ScopeInfo Modifier and Type Method Description voidExpressionParser. restoreScope(ScopeInfo info)(non-Javadoc)voidParser. restoreScope(ScopeInfo info)
-