See: Description
| Interface | Description |
|---|---|
| OneByteCodeTag |
A tag which is guaranteed to contain no more than 1 byte of information.
|
| Class | Description |
|---|---|
| ArrayCheckTag |
Implementation of the Tag interface for array bounds checks.
|
| ArrayNullCheckTag |
ArrayNullCheckTag combines ArrayCheckTag and NullCheckTag into one tag.
|
| ArrayNullTagAggregator |
The aggregator for ArrayNullCheckAttribute.
|
| NullCheckTag |
NullCheckTag contains the null pointer check information.
|
Copyright © 2020 Soot OSS. All rights reserved.