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 |
---|
IntermediatePresentationProofFileParser.RuleInformation(String ruleName) |
protected String currRuleName
protected int currFormula
protected PosInTerm currPosInTerm
protected ImmutableList<Name> currNewNames
public IntermediatePresentationProofFileParser.RuleInformation(String ruleName)