java.lang.Object
com.intellij.psi.tree.IElementType
com.intellij.psi.tree.ILazyParseableElementType
com.intellij.psi.tree.IReparseableElementType
com.intellij.psi.tree.IErrorCounterReparseableElementType
-
Nested Class Summary
Nested classes/interfaces inherited from class com.intellij.psi.tree.IElementType
IElementType.Predicate -
Field Summary
FieldsFields inherited from class com.intellij.psi.tree.IElementType
EMPTY_ARRAY, FIRST_TOKEN_INDEX, TRUE -
Constructor Summary
ConstructorsConstructorDescriptionIErrorCounterReparseableElementType(@NonNls String debugName, Language language) -
Method Summary
Modifier and TypeMethodDescriptionabstract intgetErrorsCount(CharSequence seq, Language fileLanguage, Project project) Methods inherited from class com.intellij.psi.tree.IReparseableElementType
hasProperBraceBalance, isParsableMethods inherited from class com.intellij.psi.tree.ILazyParseableElementType
createInnerLexer, parseMethods inherited from class com.intellij.psi.tree.IElementType
enumerate, find, getIndex, getLanguage, hashCode, isLeftBound, toString, unregisterElementTypes, unregisterElementTypes
-
Field Details
-
NO_ERRORS
public static final int NO_ERRORS- See Also:
-
FATAL_ERROR
public static final int FATAL_ERROR- See Also:
-
-
Constructor Details
-
IErrorCounterReparseableElementType
-
-
Method Details
-
getErrorsCount
-