public class InvocationBuilder extends ExpressionBuilderBase
Modifier and Type | Field and Description |
---|---|
private MethodInvocation |
m_invoke
Method invocation.
|
m_expression, m_source
m_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, getExpression
numberLiteral, setFinal, setPrivate, setPrivateFinal, setPrivateStaticFinal, setPublic, setPublicStatic, setPublicStaticFinal, setStatic, stringLiteral
public InvocationBuilder(ClassBuilder source, MethodInvocation invoke)
source
- invoke
- protected void addOperand(Expression operand)
addOperand
in class ExpressionBuilderBase
operand
-