Class Location

java.lang.Object
org.eclipse.epsilon.flexmi.xml.Location

public class Location extends Object
  • Field Details

  • Constructor Details

    • Location

      public Location(int startLine, int startColumn, int endLine, int endColumn)
  • Method Details

    • getStartLine

      public int getStartLine()
    • getStartColumn

      public int getStartColumn()
    • getEndLine

      public int getEndLine()
    • getEndColumn

      public int getEndColumn()
    • toString

      public String toString()
      Overrides:
      toString in class Object