|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.palamedes.kif.core.ast.AST
org.eclipse.palamedes.gdl.core.ast.GDLAST
public class GDLAST
Constructor Summary | |
---|---|
GDLAST()
|
Method Summary | |
---|---|
static boolean |
isKeyword(java.lang.String symbol)
Returns true if the given string is a GDL keyword; otherwise false. |
KIFForm |
newForm()
|
KIFForm |
newForm(KIFSeq<KIFSent> sentences)
|
KIFImplication |
newImplication(KIFSent sentence)
|
KIFImplication |
newImplication(KIFSent sentence,
KIFSeq<KIFSent> sequence)
|
KIFRelSent |
newRelSent(java.lang.String constName,
KIFSeq<KIFTerm> terms)
|
Methods inherited from class org.eclipse.palamedes.kif.core.ast.AST |
---|
getParser, modifying, newComment, newConjunction, newConjunction, newDisjunction, newDisjunction, newFunTerm, newFunTerm, newIndVar, newLogConst, newNegation, newObjConst, newOperator, newSeq, newSeq, newSeq, newSeq, parseFile, parseString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GDLAST()
Method Detail |
---|
public static boolean isKeyword(java.lang.String symbol)
public KIFForm newForm()
newForm
in class AST
public KIFForm newForm(KIFSeq<KIFSent> sentences)
newForm
in class AST
public KIFImplication newImplication(KIFSent sentence)
newImplication
in class AST
public KIFImplication newImplication(KIFSent sentence, KIFSeq<KIFSent> sequence)
newImplication
in class AST
public KIFRelSent newRelSent(java.lang.String constName, KIFSeq<KIFTerm> terms)
newRelSent
in class AST
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |