public class ForeignLeafType extends TokenWrapper implements ILeafElementType
IElementType.Predicate
ARRAY_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, toString
enumerate, find, getIndex, getLanguage, hashCode, isLeftBound, unregisterElementTypes, unregisterElementTypes
public ForeignLeafType(IElementType delegate, java.lang.CharSequence value)
public ASTNode createLeafNode(java.lang.CharSequence leafText)
ILeafElementType
PsiBuilder
to create a leaf AST node based of this type.createLeafNode
in interface ILeafElementType