/* This file was generated by SableCC (http://www.sablecc.org/). */ package net.sf.jame.contextfree.cfdg.node; import net.sf.jame.contextfree.cfdg.analysis.*; @SuppressWarnings("nls") public final class TFunctionArg2 extends Token { public TFunctionArg2(String text) { setText(text); } public TFunctionArg2(String text, int line, int pos) { setText(text); setLine(line); setPos(pos); } @Override public Object clone() { return new TFunctionArg2(getText(), getLine(), getPos()); } public void apply(Switch sw) { ((Analysis) sw).caseTFunctionArg2(this); } }