public class InvocationBuilder extends ExpressionBuilderBase
Modifier and Type | Field and Description |
---|---|
private org.eclipse.jdt.core.dom.MethodInvocation |
m_invoke
Method invocation.
|
m_expression, m_source
m_ast
Constructor and Description |
---|
InvocationBuilder(ClassBuilder source,
org.eclipse.jdt.core.dom.MethodInvocation invoke)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
addOperand(org.eclipse.jdt.core.dom.Expression operand)
Add operand to expression.
|
addCharacterLiteralOperand, addNullOperand, addNumberLiteralOperand, addOperand, addStringLiteralOperand, addVariableOperand, getExpression
numberLiteral, setFinal, setPrivate, setPrivateFinal, setPrivateStaticFinal, setPublic, setPublicStatic, setPublicStaticFinal, setStatic, stringLiteral
private final org.eclipse.jdt.core.dom.MethodInvocation m_invoke
public InvocationBuilder(ClassBuilder source, org.eclipse.jdt.core.dom.MethodInvocation invoke)
source
- invoke
- protected void addOperand(org.eclipse.jdt.core.dom.Expression operand)
addOperand
in class ExpressionBuilderBase
operand
-