public interface ICompositeElementType
An additional interface to be implemented by
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.- See Also:
-
Method Summary
-
Method Details
-
createCompositeNode
-