|
|||||||||
| Home >> All >> com >> port80 >> eclipse >> llk >> editors >> [ parser overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.port80.eclipse.llk.editors.parser
Interface ILLKModifiers

- public interface ILLKModifiers
| Field Summary | |
static int |
ABSTRACT
|
static int |
ACCESS_MASK
|
static int |
ACTION
|
static int |
ALIAS
|
static int |
BRACKET
|
static int |
CHOICES_MASK
|
static int |
CONDITIONAL
|
static int |
DEBUG
|
static int |
ELEMENT_MASK
|
static int |
FINAL
|
static int |
IGNORE
|
static int |
IGNORE_CASE
|
static int |
KEYWORD
|
static int |
NONE
|
static int |
NOT
|
static int |
PAREN
|
static int |
PLUS
|
static int |
PRIVATE
|
static int |
PROTECTED
|
static int |
PUBLIC
|
static int |
QUESTION
|
static int |
REFERENCE
|
static int |
SEMANTIC
|
static int |
SPECIAL
|
static int |
STAR
|
static int |
SYNTACTIC
|
static int |
SYNTHETIC
|
static int |
TOKENTYPE_MASK
|
static int |
TRY
|
| Field Detail |
NONE
public static final int NONE
- See Also:
- Constant Field Values
ACCESS_MASK
public static final int ACCESS_MASK
- See Also:
- Constant Field Values
PUBLIC
public static final int PUBLIC
- See Also:
- Constant Field Values
PROTECTED
public static final int PROTECTED
- See Also:
- Constant Field Values
PRIVATE
public static final int PRIVATE
- See Also:
- Constant Field Values
ELEMENT_MASK
public static final int ELEMENT_MASK
- See Also:
- Constant Field Values
REFERENCE
public static final int REFERENCE
- See Also:
- Constant Field Values
BRACKET
public static final int BRACKET
- See Also:
- Constant Field Values
PAREN
public static final int PAREN
- See Also:
- Constant Field Values
TRY
public static final int TRY
- See Also:
- Constant Field Values
ACTION
public static final int ACTION
- See Also:
- Constant Field Values
SYNTACTIC
public static final int SYNTACTIC
- See Also:
- Constant Field Values
SEMANTIC
public static final int SEMANTIC
- See Also:
- Constant Field Values
CHOICES_MASK
public static final int CHOICES_MASK
- See Also:
- Constant Field Values
PLUS
public static final int PLUS
- See Also:
- Constant Field Values
STAR
public static final int STAR
- See Also:
- Constant Field Values
QUESTION
public static final int QUESTION
- See Also:
- Constant Field Values
FINAL
public static final int FINAL
- See Also:
- Constant Field Values
ABSTRACT
public static final int ABSTRACT
- See Also:
- Constant Field Values
SPECIAL
public static final int SPECIAL
- See Also:
- Constant Field Values
IGNORE
public static final int IGNORE
- See Also:
- Constant Field Values
IGNORE_CASE
public static final int IGNORE_CASE
- See Also:
- Constant Field Values
KEYWORD
public static final int KEYWORD
- See Also:
- Constant Field Values
NOT
public static final int NOT
- See Also:
- Constant Field Values
CONDITIONAL
public static final int CONDITIONAL
- See Also:
- Constant Field Values
ALIAS
public static final int ALIAS
- See Also:
- Constant Field Values
SYNTHETIC
public static final int SYNTHETIC
- See Also:
- Constant Field Values
DEBUG
public static final int DEBUG
- See Also:
- Constant Field Values
TOKENTYPE_MASK
public static final int TOKENTYPE_MASK
- See Also:
- Constant Field Values
|
|||||||||
| Home >> All >> com >> port80 >> eclipse >> llk >> editors >> [ parser overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC