Uses of Class
com.vladsch.flexmark.experimental.util.collection.iteration.PositionListBase.FrameLevel
-
Packages that use PositionListBase.FrameLevel Package Description com.vladsch.flexmark.experimental.util.collection.iteration -
-
Uses of PositionListBase.FrameLevel in com.vladsch.flexmark.experimental.util.collection.iteration
Fields in com.vladsch.flexmark.experimental.util.collection.iteration declared as PositionListBase.FrameLevel Modifier and Type Field Description (package private) @Nullable PositionListBase.FrameLevelPositionListBase.FrameLevel. parentFrameFields in com.vladsch.flexmark.experimental.util.collection.iteration with type parameters of type PositionListBase.FrameLevel Modifier and Type Field Description private @NotNull java.util.Stack<PositionListBase.FrameLevel>PositionListBase. myFramesMethods in com.vladsch.flexmark.experimental.util.collection.iteration with parameters of type PositionListBase.FrameLevel Modifier and Type Method Description (package private) booleanPositionListBase.FrameLevel. isDescendantOf(@NotNull PositionListBase.FrameLevel parentFrame)private voidPositionListBase. throwIllegalStateWithOpenFrameTrace(@Nullable java.lang.StringBuilder out, PositionListBase.FrameLevel frame)Constructors in com.vladsch.flexmark.experimental.util.collection.iteration with parameters of type PositionListBase.FrameLevel Constructor Description FrameLevel(@NotNull java.lang.String parentList, @Nullable PositionListBase.FrameLevel parentFrame, int frameId, java.lang.StackTraceElement[] openStackTrace)
-