|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectubc.cs.JLog.Parser.pOperatorEntry
ubc.cs.JLog.Builtins.Entries.pNotOperatorEntry
public class pNotOperatorEntry
Field Summary |
---|
Fields inherited from class ubc.cs.JLog.Parser.pOperatorEntry |
---|
FX, FY, LEFT_ASSOCIATIVE, library, name, NON_ASSOCIATIVE, priority, RIGHT_ASSOCIATIVE, type, XF, XFX, XFY, YF, YFX |
Constructor Summary | |
---|---|
pNotOperatorEntry()
|
Method Summary | |
---|---|
jTerm |
createOperator(jTerm l,
jTerm r)
The internal method for creating the jTerm representation of this operator
representation. |
Methods inherited from class ubc.cs.JLog.Parser.pOperatorEntry |
---|
createOperator, getAssociativity, getLibrary, getName, getPriority, getType, hasLHS, hasRHS, isAtomPermitted, isNonAssociativeLeft, isNonAssociativeRight, isValidType, sameLibrary, setLibrary, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public pNotOperatorEntry()
Method Detail |
---|
public jTerm createOperator(jTerm l, jTerm r)
pOperatorEntry
jTerm
representation of this operator
representation. Subclasses must override. The operands are provided, already created.
createOperator
in class pOperatorEntry
l
- The left hand jTerm
.r
- The right hand jTerm
.
jTerm
representing this operator and its operands.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |