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

eu.mihosoft.vmf.vmftext.grammar.ReadOnlyCodeElement Maven / Gradle / Ivy

The newest version!

package eu.mihosoft.vmf.vmftext.grammar;

// vmf imports
// import eu.mihosoft.vmf.runtime.core.*;
import eu.mihosoft.vcollections.*;

// property types imports

// interface

/**
 * An read-only representation of the model object {@code eu.mihosoft.vmf.vmftext.grammar.CodeElement}.
 *
 * 
 * 
 *
 */
public interface ReadOnlyCodeElement extends eu.mihosoft.vmf.runtime.core.VObject, eu.mihosoft.vmf.runtime.core.ReadOnly {

  /**
  * Returns the value of the 'codeRange' property.
  *
  * 
  * 
  *
  * @return the value of the 'codeRange' property.
  * @see CodeElement#\setCodeRange(eu.mihosoft.vmf.vmftext.grammar.CodeRange)
  */
   public CodeRange getCodeRange();
 
 
 /**
  * Returns a deep clone of this object.
  * @return a deep clone of this object
  */
  @Override
  public ReadOnlyCodeElement clone();

  @Override
  default ReadOnlyCodeElement asReadOnly() {
    return this;
  }


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy