public interface DecoratorInformation
| Modifier and Type | Method and Description |
|---|---|
int |
getNumberOfMatches() |
IP |
getRangeEnd() |
IP |
getRangeStart() |
<T extends DecoratorInformation> |
withNewRange(IP start,
IP end) |
<T extends DecoratorInformation> |
withNumberOfMatches(int i) |
IP getRangeStart()
IP getRangeEnd()
int getNumberOfMatches()
<T extends DecoratorInformation> T withNewRange(IP start, IP end)
<T extends DecoratorInformation> T withNumberOfMatches(int i)
Copyright © 2021. All rights reserved.