Class Wrapper.ClassContext
- java.lang.Object
-
- org.glassfish.pfl.dynamic.codegen.spi.Wrapper.Context
-
- org.glassfish.pfl.dynamic.codegen.spi.Wrapper.ClassContext
-
- Enclosing class:
- Wrapper
private static class Wrapper.ClassContext extends Wrapper.Context
-
-
Field Summary
Fields Modifier and Type Field Description private ClassGeneratorImpl
cg
-
Fields inherited from class org.glassfish.pfl.dynamic.codegen.spi.Wrapper.Context
contexts
-
-
Constructor Summary
Constructors Constructor Description ClassContext(java.util.Stack<Wrapper.Context> contexts, ClassGeneratorImpl cg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
_constructor(int modifiers, java.util.List<Type> exceptions)
(package private) FieldGenerator
_data(int modifiers, Type type, java.lang.String name)
void
_end()
(package private) void
_method(int modifiers, Type type, java.lang.String name, java.util.List<Type> exceptions)
protected Expression
alternateLookup(java.lang.String ident)
-
Methods inherited from class org.glassfish.pfl.dynamic.codegen.spi.Wrapper.Context
bs, ef, getVariable, parent, setBlockStatement, stateTransition
-
-
-
-
Field Detail
-
cg
private final ClassGeneratorImpl cg
-
-
Constructor Detail
-
ClassContext
ClassContext(java.util.Stack<Wrapper.Context> contexts, ClassGeneratorImpl cg)
-
-
Method Detail
-
_data
FieldGenerator _data(int modifiers, Type type, java.lang.String name)
-
_method
void _method(int modifiers, Type type, java.lang.String name, java.util.List<Type> exceptions)
-
_constructor
void _constructor(int modifiers, java.util.List<Type> exceptions)
-
alternateLookup
protected Expression alternateLookup(java.lang.String ident)
- Overrides:
alternateLookup
in classWrapper.Context
-
_end
public void _end()
- Overrides:
_end
in classWrapper.Context
-
-