public class PrefixExpressionBuilder extends ExpressionBuilderBase
Modifier and Type | Field and Description |
---|---|
private PrefixExpression |
m_expression
Cast expression.
|
m_source
m_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, getExpression
numberLiteral, setFinal, setPrivate, setPrivateFinal, setPrivateStaticFinal, setPublic, setPublicStatic, setPublicStaticFinal, setStatic, stringLiteral
public PrefixExpressionBuilder(ClassBuilder source, PrefixExpression expr, Expression operand)
source
- expr
- operand
- protected void addOperand(Expression operand)
addOperand
in class ExpressionBuilderBase
operand
-