Package org.openjdk.asmtools.jasm
Class Argument
- java.lang.Object
-
- org.openjdk.asmtools.jasm.Argument
-
- Direct Known Subclasses:
BootstrapMethodData
,CodeAttr.Local
,ConstantPool.ConstCell
class Argument extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
Compares this object to the specified object.int
hashCode()
(package private) boolean
isSet()
-
-
-
Field Detail
-
NotSet
static final int NotSet
- See Also:
- Constant Field Values
-
arg
int arg
-
-
Method Detail
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
Compares this object to the specified object.- Overrides:
equals
in classjava.lang.Object
- Parameters:
obj
- the object to compare with- Returns:
- true if the objects are the same; false otherwise.
-
isSet
boolean isSet()
-
-