Class Wrapper.MethodContext
java.lang.Object
org.glassfish.pfl.dynamic.codegen.spi.Wrapper.Context
org.glassfish.pfl.dynamic.codegen.spi.Wrapper.MethodContext
- Enclosing class:
Wrapper
-
Field Summary
FieldsFields inherited from class org.glassfish.pfl.dynamic.codegen.spi.Wrapper.Context
contexts
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) Expression
(package private) void
_body()
void
_end()
protected Expression
alternateLookup
(String ident) Methods inherited from class org.glassfish.pfl.dynamic.codegen.spi.Wrapper.Context
bs, ef, getVariable, parent, setBlockStatement, stateTransition
-
Field Details
-
mg
-
-
Constructor Details
-
MethodContext
MethodContext(Stack<Wrapper.Context> contexts, MethodGenerator mg)
-
-
Method Details
-
methodGenerator
-
_arg
-
_body
void _body() -
alternateLookup
- Overrides:
alternateLookup
in classWrapper.Context
-
_end
public void _end()- Overrides:
_end
in classWrapper.Context
-