com.greenpepper.interpreter.CommentInterpreter Maven / Gradle / Ivy
package com.greenpepper.interpreter;
import com.greenpepper.Statistics;
import com.greenpepper.systemunderdevelopment.SystemUnderDevelopment;
/**
* CommentInterpreter class.
*
* @author oaouattara
* @version $Id: $Id
*/
public class CommentInterpreter extends SkipInterpreter
{
/**
* Constructor for CommentInterpreter.
*
* @param sud a {@link com.greenpepper.systemunderdevelopment.SystemUnderDevelopment} object.
*/
public CommentInterpreter(SystemUnderDevelopment sud)
{
this();
}
/**
* Constructor for CommentInterpreter.
*/
public CommentInterpreter()
{
super(new Statistics( 0, 0, 0, 1 ));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy