private abstract static class IntermediatePresentationProofFileParser.RuleInformation extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
currFormula |
protected ImmutableList<Name> |
currNewNames |
protected PosInTerm |
currPosInTerm |
protected String |
currRuleName |
Constructor and Description |
---|
RuleInformation(String ruleName) |
Modifier and Type | Method and Description |
---|---|
boolean |
isBuiltinInfo() |
protected String currRuleName
protected int currFormula
protected PosInTerm currPosInTerm
protected ImmutableList<Name> currNewNames
public RuleInformation(String ruleName)