Package | Description |
---|---|
soot.jimple.parser.node |
Modifier and Type | Class and Description |
---|---|
class |
AFixedArrayDescriptor |
Modifier and Type | Method and Description |
---|---|
PFixedArrayDescriptor |
AQuotedArrayRef.getFixedArrayDescriptor() |
PFixedArrayDescriptor |
AIdentArrayRef.getFixedArrayDescriptor() |
PFixedArrayDescriptor |
AArrayNewExpr.getFixedArrayDescriptor() |
Modifier and Type | Method and Description |
---|---|
void |
AQuotedArrayRef.setFixedArrayDescriptor(PFixedArrayDescriptor node) |
void |
AIdentArrayRef.setFixedArrayDescriptor(PFixedArrayDescriptor node) |
void |
AArrayNewExpr.setFixedArrayDescriptor(PFixedArrayDescriptor node) |
Constructor and Description |
---|
AArrayNewExpr(TNewarray _newarray_,
TLParen _lParen_,
PNonvoidType _nonvoidType_,
TRParen _rParen_,
PFixedArrayDescriptor _fixedArrayDescriptor_) |
AIdentArrayRef(TIdentifier _identifier_,
PFixedArrayDescriptor _fixedArrayDescriptor_) |
AQuotedArrayRef(TQuotedName _quotedName_,
PFixedArrayDescriptor _fixedArrayDescriptor_) |