Class CelSourceLocation

  • All Implemented Interfaces:
    java.lang.Comparable<CelSourceLocation>

    @Immutable
    public abstract class CelSourceLocation
    extends java.lang.Object
    implements java.lang.Comparable<CelSourceLocation>
    Represents a location within CelSource.
    • Method Detail

      • getLine

        public abstract int getLine()
      • getColumn

        public abstract int getColumn()