Class ScopeInfo
java.lang.Object
com.googlecode.aviator.parser.ScopeInfo
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ScopeInfo
public ScopeInfo(int parenDepth, int bracketDepth, int lambdaDepth, int braceDepth, boolean inNewScope, Deque<com.googlecode.aviator.parser.DepthState> depthState)
-