public final class Lemma extends ProofCommandBase
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
Name |
| Constructor and Description |
|---|
Lemma(Identifier[] idents)
Create a "lemma" command.
|
| Modifier and Type | Method and Description |
|---|---|
FormulaSymbol[] |
getSymbols(Environment env)
Return symbols of formulas referenced in lemma.
|
static Command |
newCommand(org.w3c.dom.Node node)
Convert DOM node to command.
|
void |
printCore(java.io.PrintWriter out)
Prints text representation on out (without new line termination).
|
process, processgetName, toCommand, toNode, toStringpublic static final java.lang.String Name
public Lemma(Identifier[] idents)
idents - the identifiers of the formulas to be imported.public FormulaSymbol[] getSymbols(Environment env)
env - the environment in which the symbols are looked up.public static Command newCommand(org.w3c.dom.Node node)
node - the DOM representation of the command.public void printCore(java.io.PrintWriter out)
printCore in class CommandBaseout - the stream on which the text is written