| Package | Description |
|---|---|
| soot.jimple.parser.node |
| Modifier and Type | Class and Description |
|---|---|
class |
AFixedArrayDescriptor |
| Modifier and Type | Method and Description |
|---|---|
PFixedArrayDescriptor |
AArrayNewExpr.getFixedArrayDescriptor() |
PFixedArrayDescriptor |
AIdentArrayRef.getFixedArrayDescriptor() |
PFixedArrayDescriptor |
AQuotedArrayRef.getFixedArrayDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
AArrayNewExpr.setFixedArrayDescriptor(PFixedArrayDescriptor node) |
void |
AIdentArrayRef.setFixedArrayDescriptor(PFixedArrayDescriptor node) |
void |
AQuotedArrayRef.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_) |
Copyright © 2020 Soot OSS. All rights reserved.