Uses of Class
com.vladsch.flexmark.experimental.util.collection.iteration.PositionListBase.FrameLevel
Packages that use PositionListBase.FrameLevel
-
Uses of PositionListBase.FrameLevel in com.vladsch.flexmark.experimental.util.collection.iteration
Fields in com.vladsch.flexmark.experimental.util.collection.iteration declared as PositionListBase.FrameLevelModifier and TypeFieldDescription(package private) final @Nullable PositionListBase.FrameLevel
PositionListBase.FrameLevel.parentFrame
Fields in com.vladsch.flexmark.experimental.util.collection.iteration with type parameters of type PositionListBase.FrameLevelModifier and TypeFieldDescriptionprivate final @NotNull Stack
<PositionListBase.FrameLevel> PositionListBase.myFrames
Methods in com.vladsch.flexmark.experimental.util.collection.iteration with parameters of type PositionListBase.FrameLevelModifier and TypeMethodDescription(package private) boolean
PositionListBase.FrameLevel.isDescendantOf
(@NotNull PositionListBase.FrameLevel parentFrame) private void
PositionListBase.throwIllegalStateWithOpenFrameTrace
(@Nullable StringBuilder out, PositionListBase.FrameLevel frame) Constructors in com.vladsch.flexmark.experimental.util.collection.iteration with parameters of type PositionListBase.FrameLevelModifierConstructorDescriptionFrameLevel
(@NotNull String parentList, @Nullable PositionListBase.FrameLevel parentFrame, int frameId, StackTraceElement[] openStackTrace)