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

com.greenpepper.interpreter.CommentInterpreter Maven / Gradle / Ivy

There is a newer version: 4.2.4
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy