Class PathPosition


  • class PathPosition
    extends java.lang.Object
    This objects contains all needed char positions to parse.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int nameEnd
      the end of a segment name
      (package private) int nameStart
      the start of a segment name
      java.lang.String path
      the complete path
      (package private) int stepBegin
      the begin of a step
      (package private) int stepEnd
      the end of a step
    • Constructor Summary

      Constructors 
      Constructor Description
      PathPosition()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • path

        public java.lang.String path
        the complete path
      • nameStart

        int nameStart
        the start of a segment name
      • nameEnd

        int nameEnd
        the end of a segment name
      • stepBegin

        int stepBegin
        the begin of a step
      • stepEnd

        int stepEnd
        the end of a step
    • Constructor Detail

      • PathPosition

        PathPosition()