Package net.hydromatic.morel.util
Class Sat.Node
- java.lang.Object
-
- net.hydromatic.morel.util.Sat.Term
-
- net.hydromatic.morel.util.Sat.Node
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringBuilderunparse(StringBuilder buf, int left, int right)
-
-
-
Field Detail
-
terms
public final com.google.common.collect.ImmutableList<Sat.Term> terms
-
-
Method Detail
-
unparse
protected StringBuilder unparse(StringBuilder buf, int left, int right)
-
-