java.lang.Object
com.intellij.psi.builder.FleetPsiBuilder<ASTMarkers<T>>
com.intellij.psi.builder.MarkerPsiBuilder<T>
- All Implemented Interfaces:
PsiBuilder,SyntaxTreeBuilder,UserDataHolder
-
Nested Class Summary
Nested classes/interfaces inherited from class com.intellij.psi.builder.FleetPsiBuilder
FleetPsiBuilder.ProductionMarkerNested classes/interfaces inherited from interface com.intellij.lang.PsiBuilder
PsiBuilder.Marker -
Constructor Summary
ConstructorsConstructorDescriptionMarkerPsiBuilder(@NotNull CharSequence text, @NotNull ITokenSequence tokens, @NotNull TokenSet whitespaceTokens, @NotNull TokenSet commentTokens, int startLexeme, int lexemeCount) -
Method Summary
Methods inherited from class 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, whitespaceOrCommentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.intellij.lang.PsiBuilder
getTreeBuilt
-
Constructor Details
-
MarkerPsiBuilder
public MarkerPsiBuilder(@NotNull @NotNull CharSequence text, @NotNull @NotNull ITokenSequence tokens, @NotNull @NotNull TokenSet whitespaceTokens, @NotNull @NotNull TokenSet commentTokens, int startLexeme, int lexemeCount)
-
-
Method Details
-
getRoot
- Specified by:
getRootin classFleetPsiBuilder<ASTMarkers<T>>
-