| Package | Description |
|---|---|
| soot.JastAddJ |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanType |
class |
ByteType |
class |
CharType |
class |
DoubleType |
class |
EmptyType |
class |
FloatingPointType |
class |
FloatType |
class |
IntegralType |
class |
IntType |
class |
LongType |
class |
NumericType |
class |
ShortType |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveType |
PrimitiveType.clone() |
PrimitiveType |
PrimitiveType.copy() |
PrimitiveType |
PrimitiveType.fullCopy()
Create a deep copy of the AST subtree at this node.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PrimitiveType.isSupertypeOfPrimitiveType(PrimitiveType type) |
boolean |
UnknownType.isSupertypeOfPrimitiveType(PrimitiveType type) |
boolean |
TypeDecl.isSupertypeOfPrimitiveType(PrimitiveType type) |
boolean |
PrimitiveType.supertypePrimitiveType(PrimitiveType type) |
boolean |
UnknownType.supertypePrimitiveType(PrimitiveType type) |
boolean |
TypeDecl.supertypePrimitiveType(PrimitiveType type) |
Copyright © 2020 Soot OSS. All rights reserved.