Class LineNumberTableEntry


  • public final class LineNumberTableEntry
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int _lineNumber  
      private int _offset  
    • Constructor Summary

      Constructors 
      Constructor Description
      LineNumberTableEntry​(int offset, int lineNumber)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getLineNumber()  
      int getOffset()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • _offset

        private final int _offset
      • _lineNumber

        private final int _lineNumber
    • Constructor Detail

      • LineNumberTableEntry

        public LineNumberTableEntry​(int offset,
                                    int lineNumber)
    • Method Detail

      • getOffset

        public int getOffset()
      • getLineNumber

        public int getLineNumber()