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.FrameLevelPositionListBase.FrameLevel.parentFrameFields in com.vladsch.flexmark.experimental.util.collection.iteration with type parameters of type PositionListBase.FrameLevelModifier and TypeFieldDescriptionprivate final @NotNull Stack<PositionListBase.FrameLevel> PositionListBase.myFramesMethods in com.vladsch.flexmark.experimental.util.collection.iteration with parameters of type PositionListBase.FrameLevelModifier and TypeMethodDescription(package private) booleanPositionListBase.FrameLevel.isDescendantOf(@NotNull PositionListBase.FrameLevel parentFrame) private voidPositionListBase.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)