public abstract class AbstractSV extends AbstractSortedOperator implements SchemaVariable
Modifier | Constructor and Description |
---|---|
protected |
AbstractSV(Name name,
ImmutableArray<Sort> argSorts,
Sort sort,
boolean isRigid,
boolean isStrict) |
protected |
AbstractSV(Name name,
Sort[] argSorts,
Sort sort,
boolean isRigid,
boolean isStrict) |
protected |
AbstractSV(Name name,
Sort sort,
boolean isRigid,
boolean isStrict) |
Modifier and Type | Method and Description |
---|---|
int |
arity()
the arity of this operator
|
boolean |
bindVarsAt(int n)
Tells whether the operator binds variables at the n-th subterm.
|
boolean |
isRigid()
Tells whether the operator is rigid.
|
boolean |
isStrict() |
Name |
name()
returns the name of this element
|
java.lang.String |
toString() |
protected java.lang.String |
toString(java.lang.String sortSpec) |
void |
validTopLevelException(Term term)
Checks whether the top level structure of the given @link Term
is syntactically valid, given the assumption that the top level
operator of the term is the same as this Operator.
|
protected ImmutableArray<java.lang.Boolean> |
whereToBind() |
additionalValidTopLevel, argSort, argSorts, sort, sort
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
proofToString
argSort, argSorts, sort
arity, bindVarsAt, isRigid, sort, validTopLevel, validTopLevelException
protected AbstractSV(Name name, ImmutableArray<Sort> argSorts, Sort sort, boolean isRigid, boolean isStrict)
protected AbstractSV(Name name, Sort[] argSorts, Sort sort, boolean isRigid, boolean isStrict)
protected final java.lang.String toString(java.lang.String sortSpec)
public final boolean isStrict()
isStrict
in interface SchemaVariable
protected final ImmutableArray<java.lang.Boolean> whereToBind()
public final Name name()
Named
public final int arity()
Operator
public final boolean bindVarsAt(int n)
Operator
bindVarsAt
in interface Operator
public final boolean isRigid()
Operator
public void validTopLevelException(Term term) throws TermCreationException
Operator
validTopLevelException
in interface Operator
TermCreationException
- if a construction error was recognisepublic java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2003-2019 The KeY-Project.