Class LocatedRegion

java.lang.Object
org.eclipse.epsilon.egl.merge.output.Region
org.eclipse.epsilon.egl.merge.output.LocatedRegion

public abstract class LocatedRegion extends Region
  • Field Details

  • Constructor Details

    • LocatedRegion

      protected LocatedRegion(String id, int offset)
    • LocatedRegion

      protected LocatedRegion(String id, int offset, boolean enabled)
    • LocatedRegion

      protected LocatedRegion(String id, int offset, boolean enabled, String contents)
  • Method Details

    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getDefaultValue

      public String getDefaultValue()
    • getId

      public String getId()
    • getOffset

      public int getOffset()
    • toString

      public abstract String toString()
      Overrides:
      toString in class Region
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Region
    • getType

      public RegionType getType()
    • setType

      public void setType(RegionType type)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Region