Package eu.bandm.tools.lljava.absy
Class Verify.Float
java.lang.Object
eu.bandm.tools.lljava.absy.Verify.Type
eu.bandm.tools.lljava.absy.Verify.Category1
eu.bandm.tools.lljava.absy.Verify.Float
- All Implemented Interfaces:
Formattable
,Cloneable
- Enclosing class:
- Verify
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondoclone()
boolean
Generated by umod because this class isALGEBRAIC
.format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.int
hashCode()
Generated by umod because this class isALGEBRAIC
.Copies values of all common fields from the argument.toString()
boolean
x_equals
(Verify.Float e0)
-
Field Details
-
BASE_HASH
protected static final int BASE_HASH
-
-
Constructor Details
-
Float
public Float()
-
-
Method Details
-
doclone
- Overrides:
doclone
in classVerify.Category1
-
format
Delivers a format object for pretty-printing by inheritance from some ancestor class.- Specified by:
format
in interfaceFormattable
- Overrides:
format
in classVerify.Category1
- Returns:
- a format that represents this object in a pretty-printable way
-
toString
-
equals
Generated by umod because this class isALGEBRAIC
. -
x_equals
-
hashCode
public int hashCode()Generated by umod because this class isALGEBRAIC
. -
initFrom
Copies values of all common fields from the argument. All fields of this class definition are copied, iff the argument is of this class. Then the superclass method is invoked with the same argument.- Overrides:
initFrom
in classVerify.Category1
-