public class ForeignLeafType extends TokenWrapper implements ILeafElementType
IElementType.PredicateARRAY_FACTORY, EMPTY_ARRAY, FIRST_TOKEN_INDEX, TRUE| Constructor and Description |
|---|
ForeignLeafType(IElementType delegate,
java.lang.CharSequence value) |
| Modifier and Type | Method and Description |
|---|---|
ASTNode |
createLeafNode(java.lang.CharSequence leafText)
Invoked by
PsiBuilder to create a leaf AST node based of this type. |
getDelegate, getValue, toStringenumerate, find, getIndex, getLanguage, hashCode, isLeftBound, unregisterElementTypes, unregisterElementTypespublic ForeignLeafType(IElementType delegate, java.lang.CharSequence value)
public ASTNode createLeafNode(java.lang.CharSequence leafText)
ILeafElementTypePsiBuilder to create a leaf AST node based of this type.createLeafNode in interface ILeafElementType