patternTree property

ParseTree patternTree
final

Get the tree pattern as a ParseTree. The rule and token tags from the pattern are present in the parse tree as terminal nodes with a symbol of type RuleTagToken or TokenTagToken.

@return The tree pattern as a ParseTree.

Implementation

final ParseTree patternTree;