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
private static class Wrapper.MethodContext extends Wrapper.Context
-
-
Field Summary
Fields Modifier and Type Field Description private MethodGenerator
mg
-
Fields inherited from class org.glassfish.pfl.dynamic.codegen.spi.Wrapper.Context
contexts
-
-
Constructor Summary
Constructors Constructor Description MethodContext(java.util.Stack<Wrapper.Context> contexts, MethodGenerator mg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) Expression
_arg(Type type, java.lang.String ident)
(package private) void
_body()
void
_end()
protected Expression
alternateLookup(java.lang.String ident)
MethodGenerator
methodGenerator()
-
Methods inherited from class org.glassfish.pfl.dynamic.codegen.spi.Wrapper.Context
bs, ef, getVariable, parent, setBlockStatement, stateTransition
-
-
-
-
Field Detail
-
mg
private MethodGenerator mg
-
-
Constructor Detail
-
MethodContext
MethodContext(java.util.Stack<Wrapper.Context> contexts, MethodGenerator mg)
-
-
Method Detail
-
methodGenerator
public MethodGenerator methodGenerator()
-
_arg
Expression _arg(Type type, java.lang.String ident)
-
_body
void _body()
-
alternateLookup
protected Expression alternateLookup(java.lang.String ident)
- Overrides:
alternateLookup
in classWrapper.Context
-
_end
public void _end()
- Overrides:
_end
in classWrapper.Context
-
-