public class PrefixExpressionBuilder extends ExpressionBuilderBase
| Modifier and Type | Field and Description |
|---|---|
private PrefixExpression |
m_expression
Cast expression.
|
m_sourcem_ast| Constructor and Description |
|---|
PrefixExpressionBuilder(ClassBuilder source,
PrefixExpression expr,
Expression operand)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addOperand(Expression operand)
Add operand to expression.
|
addCharacterLiteralOperand, addNullOperand, addNumberLiteralOperand, addStringLiteralOperand, addVariableOperand, getExpressionnumberLiteral, setFinal, setPrivate, setPrivateFinal, setPrivateStaticFinal, setPublic, setPublicStatic, setPublicStaticFinal, setStatic, stringLiteralpublic PrefixExpressionBuilder(ClassBuilder source, PrefixExpression expr, Expression operand)
source - expr - operand - protected void addOperand(Expression operand)
addOperand in class ExpressionBuilderBaseoperand -