java.lang.Object
com.intellij.psi.builder.FleetPsiBuilder<ASTMarkers<T>>
com.intellij.psi.builder.MarkerPsiBuilder<T>
- 所有已实现的接口:
PsiBuilder,SyntaxTreeBuilder,UserDataHolder
-
嵌套类概要
从类继承的嵌套类/接口 com.intellij.psi.builder.FleetPsiBuilder
FleetPsiBuilder.ProductionMarker从接口继承的嵌套类/接口 com.intellij.lang.PsiBuilder
PsiBuilder.Marker -
构造器概要
构造器构造器说明MarkerPsiBuilder(@NotNull CharSequence text, @NotNull ITokenSequence tokens, @NotNull TokenSet whitespaceTokens, @NotNull TokenSet commentTokens, int startLexeme, int lexemeCount) -
方法概要
从类继承的方法 com.intellij.psi.builder.FleetPsiBuilder
advanceLexer, enforceCommentTokens, eof, error, getCurrentOffset, getErrorMessage, getLatestDoneMarker, getOriginalText, getProductions, getTokenText, getTokenType, getUserData, isWhitespaceOrComment, lookAhead, mark, putUserData, rawLookup, rawTokenIndex, rawTokenTypeStart, remapCurrentToken, setDebugMode, setTokenTypeRemapper, setWhitespaceSkippedCallback, whitespaceOrComment从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 com.intellij.lang.PsiBuilder
getTreeBuilt
-
构造器详细资料
-
MarkerPsiBuilder
public MarkerPsiBuilder(@NotNull @NotNull CharSequence text, @NotNull @NotNull ITokenSequence tokens, @NotNull @NotNull TokenSet whitespaceTokens, @NotNull @NotNull TokenSet commentTokens, int startLexeme, int lexemeCount)
-
-
方法详细资料
-
getRoot
- 指定者:
getRoot在类中FleetPsiBuilder<ASTMarkers<T>>
-