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.ActiveElementsModifier and TypeFieldDescriptionfinal CheckBase.ActiveElements<?> CheckBase.ActiveElements.previousMethods in org.revapi.java.spi that return CheckBase.ActiveElementsModifier and TypeMethodDescriptionprotected 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.