java.lang.Object
java.lang.Record
org.aya.core.serde.SerTerm.Con
- All Implemented Interfaces:
Serializable,SerTerm,org.aya.guest0x0.cubical.Restr.TermLike<SerTerm>
- Enclosing interface:
SerTerm
public static record SerTerm.Con(SerDef.QName dataRef, SerDef.QName selfRef, @NotNull SerTerm.CallData dataArgs, @NotNull kala.collection.immutable.ImmutableSeq<SerTerm.SerArg> conArgs)
extends Record
implements SerTerm
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.aya.guest0x0.cubical.Restr.TermLike
org.aya.guest0x0.cubical.Restr.TermLike.Factory<T>Nested classes/interfaces inherited from interface org.aya.core.serde.SerTerm
SerTerm.Access, SerTerm.App, SerTerm.CallData, SerTerm.Coe, SerTerm.Con, SerTerm.Data, SerTerm.DeState, SerTerm.FieldRef, SerTerm.Fn, SerTerm.Interval, SerTerm.Lam, SerTerm.Match, SerTerm.Mula, SerTerm.New, SerTerm.PartEl, SerTerm.PartTy, SerTerm.Path, SerTerm.PathApp, SerTerm.PathLam, SerTerm.Pi, SerTerm.Prim, SerTerm.Proj, SerTerm.Ref, SerTerm.SerArg, SerTerm.SerCube, SerTerm.SerParam, SerTerm.ShapedInt, SerTerm.ShapedList, SerTerm.Sigma, SerTerm.SimpVar, SerTerm.Sort, SerTerm.Str, SerTerm.Struct, SerTerm.Tup -
Constructor Summary
ConstructorsConstructorDescriptionCon(SerDef.QName dataRef, SerDef.QName selfRef, @NotNull SerTerm.CallData dataArgs, @NotNull kala.collection.immutable.ImmutableSeq<SerTerm.SerArg> conArgs) Creates an instance of aConrecord class. -
Method Summary
Modifier and TypeMethodDescription@NotNull kala.collection.immutable.ImmutableSeq<SerTerm.SerArg>conArgs()Returns the value of theconArgsrecord component.@NotNull SerTerm.CallDatadataArgs()Returns the value of thedataArgsrecord component.dataRef()Returns the value of thedataRefrecord component.@NotNull Termde(@NotNull SerTerm.DeState state) final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.selfRef()Returns the value of theselfRefrecord 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.guest0x0.cubical.Restr.TermLike
asFormula
-
Constructor Details
-
Con
public Con(@NotNull SerDef.QName dataRef, @NotNull SerDef.QName selfRef, @NotNull @NotNull SerTerm.CallData dataArgs, @NotNull @NotNull kala.collection.immutable.ImmutableSeq<SerTerm.SerArg> conArgs) Creates an instance of aConrecord class.- Parameters:
dataRef- the value for thedataRefrecord componentselfRef- the value for theselfRefrecord componentdataArgs- the value for thedataArgsrecord componentconArgs- the value for theconArgsrecord component
-
-
Method Details
-
de
-
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). -
dataRef
Returns the value of thedataRefrecord component.- Returns:
- the value of the
dataRefrecord component
-
selfRef
Returns the value of theselfRefrecord component.- Returns:
- the value of the
selfRefrecord component
-
dataArgs
Returns the value of thedataArgsrecord component.- Returns:
- the value of the
dataArgsrecord component
-
conArgs
Returns the value of theconArgsrecord component.- Returns:
- the value of the
conArgsrecord component
-