...
| Code Block |
|---|
// matches if the current type is a sub type of java.lang.Number currentType(subType(Number)) |
isThisType
(Deprecated, use isThisType instead)
Matches when the current type is the same as the enclosing type. In other words, the current type is this.
...