java.lang.Object
java.lang.Record
org.aya.core.visitor.Expander.ConservativeWHNFer
- All Implemented Interfaces:
Function<Term,,Term> UnaryOperator<Term>,BetaExpander,DeltaExpander,EndoTerm,Expander
- Enclosing interface:
Expander
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.aya.core.visitor.EndoTerm
EndoTerm.Elevator, EndoTerm.MetaBind, EndoTerm.NoMeta, EndoTerm.Renamer, EndoTerm.SubstituterNested classes/interfaces inherited from interface org.aya.core.visitor.Expander
Expander.ConservativeWHNFer, Expander.Normalizer, Expander.Tracked, Expander.WHNFer -
Constructor Summary
ConstructorsConstructorDescriptionConservativeWHNFer(@NotNull TyckState state, kala.collection.immutable.ImmutableSet<DefVar<?, ?>> opaqueVars) Creates an instance of aConservativeWHNFerrecord class. -
Method Summary
Modifier and TypeMethodDescription@NotNull Termfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.kala.collection.immutable.ImmutableSet<DefVar<?,?>> Returns the value of theopaqueVarsrecord component.@NotNull TyckStatestate()Returns the value of thestaterecord component.final StringtoString()Returns a string representation of this record class.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.aya.core.visitor.DeltaExpander
tryUnfoldClauses
-
Constructor Details
-
ConservativeWHNFer
public ConservativeWHNFer(@NotNull @NotNull TyckState state, kala.collection.immutable.ImmutableSet<DefVar<?, ?>> opaqueVars) Creates an instance of aConservativeWHNFerrecord class.- Parameters:
state- the value for thestaterecord componentopaqueVars- the value for theopaqueVarsrecord component
-
-
Method Details
-
apply
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
state
Returns the value of thestaterecord component.- Specified by:
statein interfaceDeltaExpander- Returns:
- the value of the
staterecord component
-
opaqueVars
Returns the value of theopaqueVarsrecord component.- Returns:
- the value of the
opaqueVarsrecord component
-