Record Class CmdArgLiteral
java.lang.Object
java.lang.Record
org.aksw.shellgebra.algebra.cmd.arg.CmdArgLiteral
- All Implemented Interfaces:
CmdArg
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionCmdArgLiteral(String str) Deprecated.Creates an instance of aCmdArgLiteralrecord class. -
Method Summary
Modifier and TypeMethodDescription<T> Taccept(CmdArgVisitor<T> visitor) Deprecated.final booleanDeprecated.Indicates whether some other object is "equal to" this one.final inthashCode()Deprecated.Returns a hash code value for this object.str()Deprecated.Returns the value of thestrrecord component.final StringtoString()Deprecated.Returns a string representation of this record class.
-
Constructor Details
-
CmdArgLiteral
Deprecated.Creates an instance of aCmdArgLiteralrecord class.- Parameters:
str- the value for thestrrecord component
-
-
Method Details
-
accept
-
toString
-
hashCode
-
equals
Deprecated.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). -
str
Deprecated.Returns the value of thestrrecord component.- Returns:
- the value of the
strrecord component
-