public class InvocationBuilder extends ExpressionBuilderBase
Modifier and Type | Field | Description |
---|---|---|
private MethodInvocation |
m_invoke |
Method invocation.
|
m_ast
m_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, stringLiteral
addCharacterLiteralOperand, addNullOperand, addNumberLiteralOperand, addStringLiteralOperand, addVariableOperand, getExpression
public InvocationBuilder(ClassBuilder source, MethodInvocation invoke)
source
- invoke
- protected void addOperand(Expression operand)
addOperand
in class ExpressionBuilderBase
operand
-