public class InfixExpressionBuilder extends ExpressionBuilderBase
m_sourcem_ast| Constructor and Description |
|---|
InfixExpressionBuilder(ClassBuilder source,
org.eclipse.jdt.core.dom.InfixExpression expr)
Constructor.
|
InfixExpressionBuilder(ClassBuilder source,
org.eclipse.jdt.core.dom.InfixExpression expr,
org.eclipse.jdt.core.dom.Expression operand)
Constructor with left operand supplied.
|
| 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, addVariableOperandnumberLiteral, setFinal, setPrivate, setPrivateFinal, setPrivateStaticFinal, setPublic, setPublicStatic, setPublicStaticFinal, setStatic, stringLiteralpublic InfixExpressionBuilder(ClassBuilder source, org.eclipse.jdt.core.dom.InfixExpression expr)
source - expr - public InfixExpressionBuilder(ClassBuilder source, org.eclipse.jdt.core.dom.InfixExpression expr, org.eclipse.jdt.core.dom.Expression operand)
source - expr - operand - protected void addOperand(org.eclipse.jdt.core.dom.Expression operand)
addOperand in class ExpressionBuilderBaseoperand - Copyright © 2005-2014 jibx.org. All Rights Reserved.