Uses of Class
org.revapi.java.spi.CheckBase.ActiveElements
-
-
Uses of CheckBase.ActiveElements in org.revapi.java.spi
Fields in org.revapi.java.spi declared as CheckBase.ActiveElements Modifier and Type Field Description CheckBase.ActiveElements<?>
CheckBase.ActiveElements. previous
Methods in org.revapi.java.spi that return CheckBase.ActiveElements Modifier and Type Method Description protected CheckBase.ActiveElements<?>
CheckBase. peekLastActive()
protected <T extends JavaElement>
CheckBase.ActiveElements<T>CheckBase. popIfActive()
Pops the top of the stack of active elements if the current position in the call stack corresponds to the one that pushed the active elements.protected <T extends JavaElement>
CheckBase.ActiveElements<T>CheckBase. popIfActive(Class<T> type)
Pops the top of the stack of the active elements if the current position in the call stack corresponds to the one that pushed the active elements.
-