Record Class LiteralNode
java.lang.Object
java.lang.Record
com.refinedmods.refinedstorage.query.parser.node.LiteralNode
- All Implemented Interfaces:
Node
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LiteralNode
Creates an instance of aLiteralNoderecord class.- Parameters:
token- the value for thetokenrecord component
-
-
Method Details
-
toString
-
hashCode
-
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). -
token
Returns the value of thetokenrecord component.- Returns:
- the value of the
tokenrecord component
-