- java.lang.Object
-
- tvbrowser.core.filters.Token
-
class Token extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static int
AND
(package private) static int
ITEM
(package private) static int
LEFT_BRACKET
(package private) static int
NOT
(package private) static int
OR
int
pos
(package private) static int
RIGHT_BRACKET
int
type
java.lang.String
value
-
Constructor Summary
Constructors Constructor Description Token()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
OR
static final int OR
- See Also:
- Constant Field Values
-
AND
static final int AND
- See Also:
- Constant Field Values
-
NOT
static final int NOT
- See Also:
- Constant Field Values
-
ITEM
static final int ITEM
- See Also:
- Constant Field Values
-
LEFT_BRACKET
static final int LEFT_BRACKET
- See Also:
- Constant Field Values
-
RIGHT_BRACKET
static final int RIGHT_BRACKET
- See Also:
- Constant Field Values
-
type
public int type
-
value
public java.lang.String value
-
pos
public int pos
-
-