public class InvocationBuilder extends ExpressionBuilderBase
| Modifier and Type | Field | Description |
|---|---|---|
private MethodInvocation |
m_invoke |
Method invocation.
|
m_astm_expression, m_source| Constructor | Description |
|---|---|
InvocationBuilder(ClassBuilder source,
MethodInvocation invoke) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
addOperand(Expression operand) |
Add operand to expression.
|
numberLiteral, setFinal, setPrivate, setPrivateFinal, setPrivateStaticFinal, setPublic, setPublicStatic, setPublicStaticFinal, setStatic, stringLiteraladdCharacterLiteralOperand, addNullOperand, addNumberLiteralOperand, addStringLiteralOperand, addVariableOperand, getExpressionpublic InvocationBuilder(ClassBuilder source, MethodInvocation invoke)
source - invoke - protected void addOperand(Expression operand)
addOperand in class ExpressionBuilderBaseoperand -