java.lang.Object
com.intellij.psi.builder.ASTMarkersImpl<T>
- 所有已实现的接口:
ASTMarkers<T>
rewrite of ASTMarkersImpl.kt
-
嵌套类概要
从接口继承的嵌套类/接口 com.intellij.psi.builder.ASTMarkers
ASTMarkers.MarkerKind, ASTMarkers.MutableContext<T> -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明@NotNull AtomicReference<T>chameleonAt(int lexemeIndex) @NotNull List<Pair<Integer,AtomicReference<T>>> booleancollapsed(int i) @NotNull IElementTypeelementType(int i) @Nullable StringerrorMessage(int i) intgetSize()bytekind(int i) intlexemeCount(int i) intlexemeRelOffset(int i) intmarkersCount(int i) @NotNull ASTMarkers<T>mutate(@NotNull Function<ASTMarkers.MutableContext<T>, kala.tuple.Unit> mutator) toString()从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait从接口继承的方法 com.intellij.psi.builder.ASTMarkers
firstChild, lastChild, nextSibling, prevSibling
-
构造器详细资料
-
ASTMarkersImpl
public ASTMarkersImpl()
-
-
方法详细资料
-
getSize
public int getSize()- 指定者:
getSize在接口中ASTMarkers<T>
-
kind
public byte kind(int i) - 指定者:
kind在接口中ASTMarkers<T>
-
errorMessage
- 指定者:
errorMessage在接口中ASTMarkers<T>
-
lexemeCount
public int lexemeCount(int i) - 指定者:
lexemeCount在接口中ASTMarkers<T>
-
lexemeRelOffset
public int lexemeRelOffset(int i) - 指定者:
lexemeRelOffset在接口中ASTMarkers<T>
-
collapsed
public boolean collapsed(int i) - 指定者:
collapsed在接口中ASTMarkers<T>
-
markersCount
public int markersCount(int i) - 指定者:
markersCount在接口中ASTMarkers<T>
-
elementType
- 指定者:
elementType在接口中ASTMarkers<T>
-
chameleonAt
- 指定者:
chameleonAt在接口中ASTMarkers<T>
-
chameleons
- 指定者:
chameleons在接口中ASTMarkers<T>
-
mutate
@NotNull public @NotNull ASTMarkers<T> mutate(@NotNull @NotNull Function<ASTMarkers.MutableContext<T>, kala.tuple.Unit> mutator) - 指定者:
mutate在接口中ASTMarkers<T>
-
toString
-