Package editor

Class SourceFileAttribute


  • public class SourceFileAttribute
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String _fqn  
      private int _line  
    • Constructor Summary

      Constructors 
      Constructor Description
      SourceFileAttribute​(int line, java.lang.String fqn)  
    • Method Summary

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

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

      • _line

        private int _line
      • _fqn

        private java.lang.String _fqn
    • Constructor Detail

      • SourceFileAttribute

        public SourceFileAttribute​(int line,
                                   java.lang.String fqn)
    • Method Detail

      • getLine

        public int getLine()
      • getFqn

        public java.lang.String getFqn()