|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectRaptor.ProgramParser.Statements.PTerm
public abstract class PTerm
Abstract class to respresent all terms in programs.
Constructor Summary | |
---|---|
PTerm()
|
Method Summary | |
---|---|
abstract java.lang.String |
clashes(PanSignature pSignature)
Returns a String containing an Error character if this Formula clashes with the passed PanSignature, Otherwise it will return an Empty String "" An PTerm clashes with a signature if any of its parts clash with the signature. |
abstract java.lang.String |
display()
Returns a String to display the PTerm. |
java.lang.String |
getName()
|
abstract Term |
s()
Creates VVar to replace PVar in the formula where necessary. |
void |
setName(java.lang.String string)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PTerm()
Method Detail |
---|
public abstract java.lang.String display()
public abstract Term s()
public abstract java.lang.String clashes(PanSignature pSignature)
pSignature
- PanSignature represents the PanSignature to be checked if this
Formula clashes with.public void setName(java.lang.String string)
public java.lang.String getName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |