CarvableLibrary extension

on
  • LibraryElement

Properties

carvable CarvableAnalyzer

Available on LibraryElement, provided by the CarvableLibrary extension

no setter
carving → CarvingRange

Available on LibraryElement, provided by the CarvableLibrary extension

no setter

Methods

remove(Element element) CarvableAnalyzer

Available on LibraryElement, provided by the CarvableLibrary extension

Remove an AstNode from the resulting source.
removeAll(Iterable<Element> elements) CarvableAnalyzer

Available on LibraryElement, provided by the CarvableLibrary extension

Remove multiple AstNodes from the resulting source.
removeAllElements(Iterable<Element> elements) CarvableAnalyzer

Available on LibraryElement, provided by the CarvableLibrary extension

Remove multiple Elements from the resulting source.
removeAllNodes(Iterable<AstNode> nodes) CarvableAnalyzer

Available on LibraryElement, provided by the CarvableLibrary extension

Remove multiple AstNodes from the resulting source.
removeElement(Element element) CarvableAnalyzer

Available on LibraryElement, provided by the CarvableLibrary extension

Remove an Element from the resulting source.
removeNode(AstNode node) CarvableAnalyzer

Available on LibraryElement, provided by the CarvableLibrary extension

Remove an AstNode from the resulting source.