CarvableNodeExtension extension

on
  • AstNode

Properties

carvable CarvableAnalyzer

Available on AstNode, provided by the CarvableNodeExtension extension

no setter

Methods

remove(SyntacticEntity token) CarvableAnalyzer

Available on AstNode, provided by the CarvableNodeExtension extension

Remove a token from the resulting source.
removeAll(Iterable<SyntacticEntity> token) CarvableAnalyzer

Available on AstNode, provided by the CarvableNodeExtension extension

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

Available on AstNode, provided by the CarvableNodeExtension extension

Remove multiple Elements from the resulting source.
removeAllNodes(Iterable<SyntacticEntity> tokens) CarvableAnalyzer

Available on AstNode, provided by the CarvableNodeExtension extension

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

Available on AstNode, provided by the CarvableNodeExtension extension

Remove an Element from the resulting source.
removeToken(SyntacticEntity token) CarvableAnalyzer

Available on AstNode, provided by the CarvableNodeExtension extension

Remove a token from the resulting source.