Modifier and Type | Method and Description |
---|---|
CRTFlags |
getFlags() |
Range |
getSourceInfo()
Returns the source positions.
|
boolean |
isInRange(int pc)
Tests whether the given index lies within the range of this data.
|
boolean |
isMorePrecise(CRTData d)
Tests whether this data is equal to or more precise than the given data.
|
boolean |
matches(CRTData d)
Tests whether the given data is consistently with this data.
|
String |
toString() |
public final CRTFlags getFlags()
public final boolean isInRange(int pc)
pc
- the index to testpublic final boolean matches(CRTData d)
d
- the data to test withpublic final boolean isMorePrecise(CRTData d)
d
- the data to test withpublic final Range getSourceInfo()