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
private static class Wrapper.WhileStatementContext extends Wrapper.Context
-
-
Field Summary
Fields Modifier and Type Field Description private WhileStatement
whilestmt
-
Fields inherited from class org.glassfish.pfl.dynamic.codegen.spi.Wrapper.Context
contexts
-
-
Constructor Summary
Constructors Constructor Description WhileStatementContext(java.util.Stack<Wrapper.Context> contexts, Expression expr)
-
Method Summary
-
Methods inherited from class org.glassfish.pfl.dynamic.codegen.spi.Wrapper.Context
_end, alternateLookup, bs, ef, getVariable, parent, setBlockStatement, stateTransition
-
-
-
-
Field Detail
-
whilestmt
private final WhileStatement whilestmt
-
-
Constructor Detail
-
WhileStatementContext
WhileStatementContext(java.util.Stack<Wrapper.Context> contexts, Expression expr)
-
-