Interface | Description |
---|---|
ArithmeticExpression |
Represents an arithmetic expression.
|
BooleanExpression |
Represents a boolean expression.
|
Expression<T extends Operator> |
Represents an expression.
|
InterningCallback |
An InternCallback can be registered with
Context.addInterningCallback(InterningCallback) . |
Operator | |
RenderCacheStore<K,V> | |
SnapshotMaker.MethodBodyCallback |
Callback interface for providing custom method bodies in snapshots.
|
Statement |
Class | Description |
---|---|
AbstractStatement | |
AnnotationEncoder | |
BlockStatement |
Represents a code block (e.g.
|
CallParameters | |
Cast |
Implements code generation of type casting statements.
|
Comment | |
Context |
This class represents a context in which
Statement s are generated. |
DefModifiers | |
DefParameters | |
InnerClass |
Represents an inner class.
|
MethodInvocation |
Represents a method invocation statement.
|
OperatorImpl | |
Parameter | |
ProxyMaker | |
ProxyMaker.ProxyProperty | |
SnapshotMaker |
Utility class for creating code-generated snapshots of certain types of live value objects.
|
StringStatement | |
TernaryStatement | |
ThrowsDeclaration | |
Variable |
This class represents a variable.
|
VariableReference |
Enum | Description |
---|---|
ArithmeticOperator | |
AssignmentOperator | |
BitwiseOperator | |
BooleanOperator | |
Modifier | |
OperationOrder | |
UnaryOperator | |
WeaveType |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.