Trees.stripChildrenOutOfRange

@uml Replace any subtree siblings of root that are completely to left or right of lookahead range with a CommonToken(Token.INVALID_TYPE,"...") node. The source interval for t is not altered to suit smaller range!

WARNING: destructive to t.

class Trees
static
void
stripChildrenOutOfRange

Meta