Class Unit


  • public class Unit
    extends Object
    • Field Detail

      • begin

        public int begin
      • end

        public int end
      • isTokenInternal

        public boolean isTokenInternal
      • beforeWs

        public final boolean beforeWs
      • afterWs

        public final boolean afterWs
    • Constructor Detail

      • Unit

        public Unit​(int begin,
                    int end,
                    String rep,
                    boolean tokenInternal,
                    boolean beforeWs,
                    boolean afterWs)