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 MethodGeneratormg-
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 ExpressionalternateLookup(java.lang.String ident)MethodGeneratormethodGenerator()-
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:
alternateLookupin classWrapper.Context
-
_end
public void _end()
- Overrides:
_endin classWrapper.Context
-
-