All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.netflix.metacat.common.server.partition.parser.ASTCOMPARE Maven / Gradle / Ivy

/*
 * Copyright 2016 Netflix, Inc.
 *    Licensed under the Apache License, Version 2.0 (the "License");
 *    you may not use this file except in compliance with the License.
 *    You may obtain a copy of the License at
 *        http://www.apache.org/licenses/LICENSE-2.0
 *    Unless required by applicable law or agreed to in writing, software
 *    distributed under the License is distributed on an "AS IS" BASIS,
 *    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *    See the License for the specific language governing permissions and
 *    limitations under the License.
 */

/* Generated By:JJTree: Do not edit this line. ASTCOMPARE.java Version 6.1 */
/* JavaCCOptions:MULTI=true,NODE_USES_PARSER=false,VISITOR=true,TRACK_TOKENS=false,NODE_PREFIX=AST,NODE_EXTENDS=,NODE_FACTORY=,SUPPORT_CLASS_VISIBILITY_PUBLIC=true */
package com.netflix.metacat.common.server.partition.parser;

public class ASTCOMPARE extends SimpleNode {
    public ASTCOMPARE(int id) {
        super(id);
    }

    public ASTCOMPARE(PartitionParser p, int id) {
        super(p, id);
    }

    /** Accept the visitor. **/
    public Object jjtAccept(PartitionParserVisitor visitor, Object data) {

        return
            visitor.visit(this, data);
    }
}
/* JavaCC - OriginalChecksum=293b662dd68f567a1f0f972651310eac (do not edit this line) */




© 2015 - 2025 Weber Informatics LLC | Privacy Policy