public class Pattern
extends java.lang.Object
Constructor and Description |
---|
Pattern(ProofAsst proofAsst,
java.lang.String fmla)
Parse a string like "wff x e.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,ParseNode> |
match(ParseNode expr) |
public final ParseNode root
public Pattern(ProofAsst proofAsst, java.lang.String fmla) throws MMJException
proofAsst
- The contextfmla
- The formula stringMMJException
- if the formula string could not be parsed