Class Wrapper.Environment
java.lang.Object
org.glassfish.pfl.dynamic.codegen.spi.Wrapper.Environment
- Enclosing class:
Wrapper
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Stringprivate Stack<Wrapper.Context> private ImportListprivate ClassGeneratorImpl -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) final Expression(package private) final void_body()void_case(int value) (package private) Expressionfinal void(package private) void_clear()(package private) final void_constructor(int modifiers, List<Type> exceptions) (package private) final FieldGeneratorvoid_default()(package private) void_else()void_end()(package private) void_finally()(package private) void_if(Expression expr) (package private) final ImportList_import()(package private) final Type(package private) final void_import(ImportList importList) (package private) final void_interface(int modifiers, String name, List<Type> impls) (package private) final void(package private) final voidvoid_switch(Expression expr) (package private) Type(package private) Type(package private) void_try()(package private) Expressionvoid_while(Expression expr) (package private) BlockStatementbs()private void(package private) ClassGeneratorImpl(package private) ExpressionFactoryef()(package private) ImportListimports()private <T extends Wrapper.Context>
T
-
Field Details
-
contexts
-
imports
-
_package
-
root
-
-
Constructor Details
-
Environment
Environment()
-
-
Method Details
-
imports
ImportList imports() -
top
-
_clear
void _clear() -
_t
-
_v
-
classGenerator
ClassGeneratorImpl classGenerator() -
_thisClass
Type _thisClass() -
ef
ExpressionFactory ef() -
bs
BlockStatement bs() -
checkState
-
_package
-
_import
-
_import
-
_import
-
_class
-
_interface
-
_data
-
_method
-
_constructor
-
_arg
-
_body
final void _body() -
_if
-
_else
void _else() -
_try
void _try() -
_catch
-
_finally
void _finally() -
_switch
-
_case
public void _case(int value) -
_default
public void _default() -
_while
-
_end
public void _end()
-