Package org.apache.xmlgraphics.ps
Class PSDictionary.Maker.Token
java.lang.Object
org.apache.xmlgraphics.ps.PSDictionary.Maker.Token
- Enclosing class:
- PSDictionary.Maker
Simple token holding class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
end index in stringprivate int
start index in stringprivate String
token string value -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
startIndex
private int startIndexstart index in string -
endIndex
private int endIndexend index in string -
value
token string value
-
-
Constructor Details
-
Token
private Token()
-