java.lang.Object
org.aya.pretty.backend.string.Cursor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcontent(@NotNull CharSequence content, boolean visible) intintvoidinvisibleContent(@NotNull CharSequence content) booleanvoidlineBreakWith(@NotNull CharSequence lineBreak) voidmoveForward(int count) voidvoid@NotNull CharSequenceresult()voidvisibleContent(@NotNull CharSequence content) voidwhenLineUsed(@NotNull Runnable runnable) Do something when I am not at line start.
-
Constructor Details
-
Cursor
-
-
Method Details
-
result
-
getCursor
public int getCursor() -
getNestLevel
public int getNestLevel() -
content
-
invisibleContent
-
visibleContent
-
whenLineUsed
Do something when I am not at line start. -
lineBreakWith
-
isAtLineStart
public boolean isAtLineStart() -
moveToNewLine
public void moveToNewLine() -
moveForward
public void moveForward(int count) -
nested
-