public final class AArrayNewExpr extends PNewExpr
Constructor and Description |
---|
AArrayNewExpr() |
AArrayNewExpr(TNewarray _newarray_,
TLParen _lParen_,
PNonvoidType _nonvoidType_,
TRParen _rParen_,
PFixedArrayDescriptor _fixedArrayDescriptor_) |
Modifier and Type | Method and Description |
---|---|
void |
apply(Switch sw) |
Object |
clone() |
PFixedArrayDescriptor |
getFixedArrayDescriptor() |
TLParen |
getLParen() |
TNewarray |
getNewarray() |
PNonvoidType |
getNonvoidType() |
TRParen |
getRParen() |
void |
setFixedArrayDescriptor(PFixedArrayDescriptor node) |
void |
setLParen(TLParen node) |
void |
setNewarray(TNewarray node) |
void |
setNonvoidType(PNonvoidType node) |
void |
setRParen(TRParen node) |
String |
toString() |
public AArrayNewExpr()
public AArrayNewExpr(TNewarray _newarray_, TLParen _lParen_, PNonvoidType _nonvoidType_, TRParen _rParen_, PFixedArrayDescriptor _fixedArrayDescriptor_)
public void apply(Switch sw)
public TNewarray getNewarray()
public void setNewarray(TNewarray node)
public TLParen getLParen()
public void setLParen(TLParen node)
public PNonvoidType getNonvoidType()
public void setNonvoidType(PNonvoidType node)
public TRParen getRParen()
public void setRParen(TRParen node)
public PFixedArrayDescriptor getFixedArrayDescriptor()
public void setFixedArrayDescriptor(PFixedArrayDescriptor node)