Package org.mvel2.templates.res
Interface Opcodes
-
public interface Opcodes
-
-
Field Detail
-
IF
static final int IF
- See Also:
- Constant Field Values
-
ELSE
static final int ELSE
- See Also:
- Constant Field Values
-
FOREACH
static final int FOREACH
- See Also:
- Constant Field Values
-
END
static final int END
- See Also:
- Constant Field Values
-
INCLUDE_FILE
static final int INCLUDE_FILE
- See Also:
- Constant Field Values
-
INCLUDE_NAMED
static final int INCLUDE_NAMED
- See Also:
- Constant Field Values
-
COMMENT
static final int COMMENT
- See Also:
- Constant Field Values
-
CODE
static final int CODE
- See Also:
- Constant Field Values
-
EVAL
static final int EVAL
- See Also:
- Constant Field Values
-
DECLARE
static final int DECLARE
- See Also:
- Constant Field Values
-
STOP
static final int STOP
- See Also:
- Constant Field Values
-
-