Package | Description |
---|---|
soot.jimple.parser.node |
Modifier and Type | Class and Description |
---|---|
class |
AFieldSignature |
Modifier and Type | Method and Description |
---|---|
PFieldSignature |
ASigFieldRef.getFieldSignature() |
PFieldSignature |
ALocalFieldRef.getFieldSignature() |
Modifier and Type | Method and Description |
---|---|
void |
ASigFieldRef.setFieldSignature(PFieldSignature node) |
void |
ALocalFieldRef.setFieldSignature(PFieldSignature node) |
Constructor and Description |
---|
ALocalFieldRef(PLocalName _localName_,
TDot _dot_,
PFieldSignature _fieldSignature_) |
ASigFieldRef(PFieldSignature _fieldSignature_) |