Class Wrapper.IfStatementContext
- java.lang.Object
-
- org.glassfish.pfl.dynamic.codegen.spi.Wrapper.Context
-
- org.glassfish.pfl.dynamic.codegen.spi.Wrapper.IfStatementContext
-
- Enclosing class:
- Wrapper
private static class Wrapper.IfStatementContext extends Wrapper.Context
-
-
Field Summary
Fields Modifier and Type Field Description private IfStatement
ifstmt
-
Fields inherited from class org.glassfish.pfl.dynamic.codegen.spi.Wrapper.Context
contexts
-
-
Constructor Summary
Constructors Constructor Description IfStatementContext(java.util.Stack<Wrapper.Context> contexts, Expression expr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
_else()
-
Methods inherited from class org.glassfish.pfl.dynamic.codegen.spi.Wrapper.Context
_end, alternateLookup, bs, ef, getVariable, parent, setBlockStatement, stateTransition
-
-
-
-
Field Detail
-
ifstmt
private final IfStatement ifstmt
-
-
Constructor Detail
-
IfStatementContext
IfStatementContext(java.util.Stack<Wrapper.Context> contexts, Expression expr)
-
-