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_sourcem_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, getExpressionnumberLiteral, setFinal, setPrivate, setPrivateFinal, setPrivateStaticFinal, setPublic, setPublicStatic, setPublicStaticFinal, setStatic, stringLiteralprivate 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 ExpressionBuilderBaseoperand -