public interface ILeafElementType
IElementType
instances to allow customizing how leaf AST elements are created
for tokens of this type. By default, plain LeafElement instances would be created. Implementing this interface only makes sense
if you want to override some methods in LeafElement.ICompositeElementType
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. |
ASTNode createLeafNode(java.lang.CharSequence leafText)
PsiBuilder
to create a leaf AST node based of this type.