Class Token
- java.lang.Object
-
- org.wso2.carbon.module.csv.util.parser.model.Token
-
public class Token extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intCLOSE_BRACKETstatic intCOLONstatic intCOMAstatic intEPSILONstatic intEXCLAMATIONstatic intNUMBERstatic intOPEN_BRACKETStringsequenceinttokenTypestatic intWILDCARD
-
-
-
Field Detail
-
EPSILON
public static final int EPSILON
- See Also:
- Constant Field Values
-
OPEN_BRACKET
public static final int OPEN_BRACKET
- See Also:
- Constant Field Values
-
CLOSE_BRACKET
public static final int CLOSE_BRACKET
- See Also:
- Constant Field Values
-
COMA
public static final int COMA
- See Also:
- Constant Field Values
-
NUMBER
public static final int NUMBER
- See Also:
- Constant Field Values
-
COLON
public static final int COLON
- See Also:
- Constant Field Values
-
EXCLAMATION
public static final int EXCLAMATION
- See Also:
- Constant Field Values
-
WILDCARD
public static final int WILDCARD
- See Also:
- Constant Field Values
-
tokenType
public final int tokenType
-
sequence
public final String sequence
-
-
Constructor Detail
-
Token
public Token(int tokenType, String sequence)
-
-