Uses of Class
com.googlecode.aviator.parser.DepthState
-
Packages that use DepthState Package Description com.googlecode.aviator.parser -
-
Uses of DepthState in com.googlecode.aviator.parser
Fields in com.googlecode.aviator.parser with type parameters of type DepthState Modifier and Type Field Description (package private) java.util.Deque<DepthState>
ScopeInfo. depthState
Methods in com.googlecode.aviator.parser that return DepthState Modifier and Type Method Description static DepthState
DepthState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DepthState[]
DepthState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructor parameters in com.googlecode.aviator.parser with type arguments of type DepthState Constructor Description ScopeInfo(int parenDepth, int bracketDepth, int lambdaDepth, int braceDepth, boolean inNewScope, java.util.Deque<DepthState> depthState)
-