Uses of Enum Class
com.googlecode.aviator.parser.DepthState
Packages that use DepthState
-
Uses of DepthState in com.googlecode.aviator.parser
Fields in com.googlecode.aviator.parser with type parameters of type DepthStateMethods in com.googlecode.aviator.parser that return DepthStateModifier and TypeMethodDescriptionstatic DepthState
Returns the enum constant of this class with the specified name.static DepthState[]
DepthState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructor parameters in com.googlecode.aviator.parser with type arguments of type DepthStateModifierConstructorDescriptionScopeInfo
(int parenDepth, int bracketDepth, int lambdaDepth, int braceDepth, boolean inNewScope, Deque<DepthState> depthState)