public void visitWith(IOQLNodeVisitor v) throws QueryParsingException { v.startVisitName(this); if (typeName != null) { typeName.visitWith(v); } v.visitName(this); fieldName.visitWith(v); v.endVisitName(this); }
public void visitWith(IOQLNodeVisitor v) throws QueryParsingException { v.visitSystemField(this); }