org.mvel
Interface NodeType


public interface NodeType


Field Summary
static int ELSE
           
static int ELSEIF
           
static int END
           
static int FOREACH
           
static int GOTO
           
static int IF
           
static int INCLUDE_BY_REF
           
static int LITERAL
           
static int OPERATOR
           
static int PROPERTY_EX
           
static int TERMINUS
           
 

Field Detail

IF

static final int IF
See Also:
Constant Field Values

FOREACH

static final int FOREACH
See Also:
Constant Field Values

ELSEIF

static final int ELSEIF
See Also:
Constant Field Values

ELSE

static final int ELSE
See Also:
Constant Field Values

END

static final int END
See Also:
Constant Field Values

PROPERTY_EX

static final int PROPERTY_EX
See Also:
Constant Field Values

LITERAL

static final int LITERAL
See Also:
Constant Field Values

TERMINUS

static final int TERMINUS
See Also:
Constant Field Values

GOTO

static final int GOTO
See Also:
Constant Field Values

OPERATOR

static final int OPERATOR
See Also:
Constant Field Values

INCLUDE_BY_REF

static final int INCLUDE_BY_REF
See Also:
Constant Field Values