org.eclipse.palamedes.kif.core.ast.visitor
Class NotationWriter
java.lang.Object
org.eclipse.palamedes.kif.core.ast.visitor.NotationWriter
public class NotationWriter
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INFIX
public static final int INFIX
- See Also:
- Constant Field Values
PREFIX
public static final int PREFIX
- See Also:
- Constant Field Values
NotationWriter
public NotationWriter()
NotationWriter
public NotationWriter(int type)
getInstance
public static NotationWriter getInstance()
toDefaultString
public static java.lang.String toDefaultString(ASTNode node)
toDefaultString
public static java.lang.String toDefaultString(KIFSeq<? extends ASTNode> sequence)
toDefaultString
public static java.lang.String toDefaultString(KIFSeq<? extends ASTNode> sequence,
java.lang.String filler)
setType
public static void setType(int type)
toString
public java.lang.String toString(KIFSeq<? extends ASTNode> sequence)
toString
public java.lang.String toString(KIFSeq<? extends ASTNode> sequence,
java.lang.String filler)
toString
public java.lang.String toString(ASTNode node)