Package generic.json

Class JSONToken


  • public class JSONToken
    extends java.lang.Object
    • Field Detail

      • type

        public JSONType type
        JSON token description.
      • start

        public int start
      • end

        public int end
      • size

        public int size
    • Constructor Detail

      • JSONToken

        public JSONToken​(JSONType type,
                         int start,
                         int end)
    • Method Detail

      • setType

        public void setType​(JSONType type)
      • setStart

        public void setStart​(int start)
      • getStart

        public int getStart()
      • setEnd

        public void setEnd​(int end)
      • getEnd

        public int getEnd()
      • setSize

        public void setSize​(int size)
      • getSize

        public int getSize()
      • incSize

        public void incSize()