类 LiState.LiContentFinishedState
java.lang.Object
cool.document.qtmd.BaseState
cool.document.qtmd.BaseMiddleState
cool.document.qtmd.LiState.LiContentFinishedState
- 所有已实现的接口:
LiState.MaybeFollowingNextLiState,MiddleState,State
- 封闭类:
- LiState
public static class LiState.LiContentFinishedState
extends BaseMiddleState
implements LiState.MaybeFollowingNextLiState
-
字段概要
从类继承的字段 cool.document.qtmd.BaseState
buffer, stateAfterFinish -
构造器概要
构造器 -
方法概要
从类继承的方法 cool.document.qtmd.BaseState
buffer, stateAfterFinish从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 cool.document.qtmd.LiState.MaybeFollowingNextLiState
finish, finishLi, flushBuffer, liState, metActivateChar, metOtherChar从接口继承的方法 cool.document.qtmd.MiddleState
willConsumeFinishChar从接口继承的方法 cool.document.qtmd.State
addChar, addChars, buffer, clearBuffer, end, isActivateChar, isFinishChar, isNewline, metChar, metChars, stateAfterFinish
-
构造器详细资料
-
LiContentFinishedState
-
-
方法详细资料
-
liContentFinishChar
public char liContentFinishChar() -
metNewline
从接口复制的说明:State遇见换行符的处理方法。通常是遇到换行符(State.isNewline(char))时调用的方法。默认加到缓冲中。- 指定者:
metNewline在接口中LiState.MaybeFollowingNextLiState- 指定者:
metNewline在接口中State- 返回:
-