|
GNU Prolog for Java | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object extended by gnu.prolog.io.Operator
public final class Operator
Field Summary | |
---|---|
static int |
FX
|
static int |
FY
|
static int |
MAX_PRIORITY
|
static int |
MIN_PRIORITY
|
String |
name
|
static int |
NONE
|
static Operator |
nonOperator
|
int |
priority
|
int |
specifier
|
CompoundTermTag |
tag
|
static int |
XF
|
static int |
XFX
|
static int |
XFY
|
static int |
YF
|
static int |
YFX
|
Constructor Summary | |
---|---|
protected |
Operator(String name,
int specifier,
int priority)
|
Method Summary | |
---|---|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int FX
public static final int FY
public static final int XFX
public static final int XFY
public static final int YFX
public static final int XF
public static final int YF
public static final int NONE
public static final int MAX_PRIORITY
public static final int MIN_PRIORITY
public static final Operator nonOperator
public final String name
public final int specifier
public final int priority
public final CompoundTermTag tag
Constructor Detail |
---|
protected Operator(String name, int specifier, int priority)
Method Detail |
---|
public String toString()
|
GNU Prolog for Java | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |