Class Wrapper.WhileStatementContext
java.lang.Object
org.glassfish.pfl.dynamic.codegen.spi.Wrapper.Context
org.glassfish.pfl.dynamic.codegen.spi.Wrapper.WhileStatementContext
- Enclosing class:
Wrapper
-
Field Summary
FieldsFields inherited from class org.glassfish.pfl.dynamic.codegen.spi.Wrapper.Context
contexts
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.glassfish.pfl.dynamic.codegen.spi.Wrapper.Context
_end, alternateLookup, bs, ef, getVariable, parent, setBlockStatement, stateTransition
-
Field Details
-
whilestmt
-
-
Constructor Details
-
WhileStatementContext
WhileStatementContext(Stack<Wrapper.Context> contexts, Expression expr)
-