public static class InjectedLanguageUtil.TokenInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
TextAttributes |
attributes |
ProperTextRange |
rangeInsideInjectionHost |
int |
shredIndex |
IElementType |
type |
Constructor and Description |
---|
TokenInfo(IElementType type,
ProperTextRange rangeInsideInjectionHost,
int shredIndex,
TextAttributes attributes) |
public final IElementType type
public final ProperTextRange rangeInsideInjectionHost
public final int shredIndex
public final TextAttributes attributes
public TokenInfo(IElementType type, ProperTextRange rangeInsideInjectionHost, int shredIndex, TextAttributes attributes)