Class YankAfter
java.lang.Object
org.aesh.readline.action.mappings.YankAfter
- All Implemented Interfaces:
Consumer<InputProcessor>, Action
- Author:
- Ståle W. Pedersen
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(InputProcessor inputProcessor) protected final voidapply(int cursor, int oldCursor, InputProcessor inputProcessor) protected final voidapply(int cursor, InputProcessor inputProcessor) protected EditMode.Statusprotected booleanisDelimiter(char c) protected booleanisSpace(char c) name()
-
Field Details
-
viMode
protected boolean viMode
-
-
Method Details
-
name
-
accept
-
getStatus
-
apply
-
apply
-
isSpace
protected boolean isSpace(char c) -
isDelimiter
protected boolean isDelimiter(char c)
-