org.bibop.xml.xforge.parser
Interface Operators


public interface Operators


Field Summary
static short DIV
           
static short EQ
           
static short GE
           
static short GT
           
static short LE
           
static short LT
           
static short MINUS
           
static short MOD
           
static java.lang.String[] names
           
static short NE
           
static short PLUS
           
static short STAR
           
 

Field Detail

EQ

public static final short EQ
See Also:
Constant Field Values

NE

public static final short NE
See Also:
Constant Field Values

GT

public static final short GT
See Also:
Constant Field Values

LT

public static final short LT
See Also:
Constant Field Values

GE

public static final short GE
See Also:
Constant Field Values

LE

public static final short LE
See Also:
Constant Field Values

PLUS

public static final short PLUS
See Also:
Constant Field Values

MINUS

public static final short MINUS
See Also:
Constant Field Values

DIV

public static final short DIV
See Also:
Constant Field Values

MOD

public static final short MOD
See Also:
Constant Field Values

STAR

public static final short STAR
See Also:
Constant Field Values

names

public static final java.lang.String[] names


Copyright © 2003 Bibop Research International. All Rights Reserved.