org.mvel2.templates.res
Interface Opcodes


public interface Opcodes


Field Summary
static int CODE
           
static int COMMENT
           
static int DECLARE
           
static int ELSE
           
static int END
           
static int EVAL
           
static int FOREACH
           
static int IF
           
static int INCLUDE_FILE
           
static int INCLUDE_NAMED
           
static int STOP
           
 

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


Copyright © 2011. All Rights Reserved.