Package org.extendj.neobeaver.ast
Class ASTState.CircleState
- java.lang.Object
-
- org.extendj.neobeaver.ast.ASTState.CircleState
-
- Enclosing class:
- ASTState
protected static class ASTState.CircleState extends java.lang.ObjectTracks the state of the current circular evaluation. This class defines a stack structure where the next element on the stack is pointed to by thenextfield.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCircleState(ASTState.CircleState next)
-
-
-
Constructor Detail
-
CircleState
protected CircleState(ASTState.CircleState next)
-
-