com.ibm.wala.logic
Interface ILogicDecorator
- All Known Implementing Classes:
- AbstractTheory, BasicTheory, CombinedTheory, DefaultDecorator
public interface ILogicDecorator
prettyPrint
java.lang.String prettyPrint(ILogicConstants.BinaryConnective b)
prettyPrint
java.lang.String prettyPrint(BooleanConstant c)
prettyPrint
java.lang.String prettyPrint(Variable boundVar)
prettyPrint
java.lang.String prettyPrint(ILogicConstants.Quantifier quantifier)
prettyPrint
java.lang.String prettyPrint(IConstant constant)
prettyPrint
java.lang.String prettyPrint(FunctionTerm term)
prettyPrint
java.lang.String prettyPrint(RelationFormula formula)
prettyPrint
java.lang.String prettyPrint(IRelation r)