@Override protected void addForLineNumber(int $line, java.util.List<AbstractAST> $result) { if (getLocation().getBeginLine() == $line) { $result.add(this); } ISourceLocation $l; $l = syntax.getLocation(); if ($l.hasLineColumn() && $l.getBeginLine() <= $line && $l.getEndLine() >= $line) { syntax.addForLineNumber($line, $result); } if ($l.getBeginLine() > $line) { return; } }
@Override public int hashCode() { return 277 + 239 * syntax.hashCode(); }