org.apache.directory.api.util
Class Position
java.lang.Object
org.apache.directory.api.util.Position
public class Position
- extends Object
This class is used to store the position of a token in a string.
- Author:
- Apache Directory Project
|
Field Summary |
int |
end
The token end position in the string |
int |
length
The current token length |
int |
start
The starting position in the string |
start
public int start
- The starting position in the string
length
public int length
- The current token length
end
public int end
- The token end position in the string
Position
public Position()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.