Package com.logicaldoc.barcode
Class BarcodeParser.Token
- java.lang.Object
-
- com.logicaldoc.barcode.BarcodeParser.Token
-
- Enclosing class:
- BarcodeParser
public class BarcodeParser.Token extends Object
A single token in the pattern string.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAttribute()
int
getLength()
-
-
-
Field Detail
-
SKIP
public final String SKIP
- See Also:
- Constant Field Values
-
attribute
public String attribute
-
-
Constructor Detail
-
Token
public Token(String txt)
-
-
Method Detail
-
getAttribute
public String getAttribute()
-
getLength
public int getLength()
-
-