|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectorg.jibx.schema.codegen.ASTBuilderBase
org.jibx.schema.codegen.ExpressionBuilderBase
org.jibx.schema.codegen.NewArrayBuilder
public class NewArrayBuilder
Abstract syntax tree new array expression builder. This adds convenience methods and control information to the base builder.
| Field Summary | |
|---|---|
private ArrayCreation |
m_arrayCreation
Array creation expression. |
| Fields inherited from class org.jibx.schema.codegen.ExpressionBuilderBase |
|---|
m_expression, m_source |
| Fields inherited from class org.jibx.schema.codegen.ASTBuilderBase |
|---|
m_ast |
| Constructor Summary | |
|---|---|
NewArrayBuilder(ClassBuilder source,
ArrayCreation expr)
Constructor. |
|
| Method Summary | |
|---|---|
protected void |
addOperand(Expression operand)
Add operand to expression. |
void |
setSize(ExpressionBuilderBase size)
Set the size of the array. |
| Methods inherited from class org.jibx.schema.codegen.ExpressionBuilderBase |
|---|
addCharacterLiteralOperand, addNullOperand, addNumberLiteralOperand, addStringLiteralOperand, addVariableOperand, getExpression |
| Methods inherited from class org.jibx.schema.codegen.ASTBuilderBase |
|---|
numberLiteral, setFinal, setPrivate, setPrivateFinal, setPrivateStaticFinal, setPublic, setPublicStatic, setPublicStaticFinal, setStatic, stringLiteral |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final ArrayCreation m_arrayCreation
| Constructor Detail |
|---|
public NewArrayBuilder(ClassBuilder source,
ArrayCreation expr)
source - expr - | Method Detail |
|---|
protected void addOperand(Expression operand)
addOperand in class ExpressionBuilderBaseoperand - public void setSize(ExpressionBuilderBase size)
size -
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||