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

org.anarres.graphviz.parser.node.ADataStatement Maven / Gradle / Ivy

There is a newer version: 1.0.12
Show newest version
/* This file was generated by SableCC (http://www.sablecc.org/). */

package org.anarres.graphviz.parser.node;

import org.anarres.graphviz.parser.analysis.*;

@SuppressWarnings("nls")
public final class ADataStatement extends PStatement
{

    public ADataStatement()
    {
        // Constructor
    }

    @Override
    public Object clone()
    {
        return new ADataStatement();
    }

    public void apply(Switch sw)
    {
        ((Analysis) sw).caseADataStatement(this);
    }

    @Override
    public String toString()
    {
        return "";
    }

    @Override
    void removeChild(@SuppressWarnings("unused") Node child)
    {
        // Remove child
        throw new RuntimeException("Not a child.");
    }

    @Override
    void replaceChild(@SuppressWarnings("unused") Node oldChild, @SuppressWarnings("unused") Node newChild)
    {
        // Replace child
        throw new RuntimeException("Not a child.");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy