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