Package com.adbs.ast

Class Pos


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

      Fields 
      Modifier and Type Field Description
      int col  
      int line  
      int pos  
    • Constructor Summary

      Constructors 
      Constructor Description
      Pos()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • pos

        public int pos
      • col

        public int col
      • line

        public int line
    • Constructor Detail

      • Pos

        public Pos()