Interface SyntaxTagged
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<SyntaxTag>
getSyntaxTags()
In which user-sensible categories has this node been tagged (empty set if none).boolean
isTaggedAs(SyntaxTag tag)
Is this node tagged as belonging to a particular human-sensible category of language constructs?
-