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.FrameLevel
PositionListBase.FrameLevel. parentFrame
Fields 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. myFrames
Methods in com.vladsch.flexmark.experimental.util.collection.iteration with parameters of type PositionListBase.FrameLevel Modifier and Type Method Description (package private) boolean
PositionListBase.FrameLevel. isDescendantOf(@NotNull PositionListBase.FrameLevel parentFrame)
private void
PositionListBase. 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)
-