Package com.googlecode.aviator.parser
Class ScopeInfo
java.lang.Object
com.googlecode.aviator.parser.ScopeInfo
Lexical scope info
- Author:
- dennis(killme2008@gmail.com)
-
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)
-