类 BaseMiddleState
java.lang.Object
cool.document.qtmd.BaseState
cool.document.qtmd.BaseMiddleState
- 所有已实现的接口:
MiddleState,State
- 直接已知子类:
ActivateState,ActivateState.MultiEscapeState,BaseMaybeFlagState,LiState.LiContentFinishedState,LiState.UnderLiState,TableState.TableRowEndedState,TableState.UnderTrState
-
字段概要
从类继承的字段 cool.document.qtmd.BaseState
buffer, stateAfterFinish -
构造器概要
构造器构造器说明BaseMiddleState(ContentState stateAfterFinish) BaseMiddleState(ContentState stateAfterFinish, char curChar) BaseMiddleState(ContentState stateAfterFinish, StringBuilder initBuffer) BaseMiddleState(ContentState stateAfterFinish, StringBuilder initBuffer, char curChar) -
方法概要
从类继承的方法 cool.document.qtmd.BaseState
buffer, stateAfterFinish从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 cool.document.qtmd.MiddleState
finish, flushBuffer, metActivateChar, willConsumeFinishChar从接口继承的方法 cool.document.qtmd.State
addChar, addChars, buffer, clearBuffer, end, isActivateChar, isFinishChar, isNewline, metChar, metChars, metNewline, metOtherChar, stateAfterFinish
-
构造器详细资料
-
BaseMiddleState
-
BaseMiddleState
-
BaseMiddleState
-
BaseMiddleState
-