Record Class VanSignalGen.DynamicAttrBinding
java.lang.Object
java.lang.Record
dev.vanengine.core.compile.VanSignalGen.DynamicAttrBinding
- Enclosing class:
VanSignalGen
-
Constructor Summary
ConstructorsConstructorDescriptionDynamicAttrBinding(List<Integer> path, String attrExpr, String valueExpr) Creates an instance of aDynamicAttrBindingrecord class. -
Method Summary
Modifier and TypeMethodDescriptionattrExpr()Returns the value of theattrExprrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.path()Returns the value of thepathrecord component.final StringtoString()Returns a string representation of this record class.Returns the value of thevalueExprrecord component.
-
Constructor Details
-
DynamicAttrBinding
Creates an instance of aDynamicAttrBindingrecord class.- Parameters:
path- the value for thepathrecord componentattrExpr- the value for theattrExprrecord componentvalueExpr- the value for thevalueExprrecord 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). -
path
-
attrExpr
Returns the value of theattrExprrecord component.- Returns:
- the value of the
attrExprrecord component
-
valueExpr
Returns the value of thevalueExprrecord component.- Returns:
- the value of the
valueExprrecord component
-