public interface ICompositeElementType
IElementType
instances that allows to customize AST node creation. Useful for cases when one needs to override
various ASTNode
methods. If not implemented AST nodes of type CompositeElement are created.ILeafElementType
Modifier and Type | Method and Description |
---|---|
ASTNode |
createCompositeNode() |
ASTNode createCompositeNode()