Class Argument

java.lang.Object
org.openjdk.asmtools.jasm.Argument
Direct Known Subclasses:
BootstrapMethodData, CodeAttr.Local, ConstantPool.ConstCell

class Argument extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) int
     
    (package private) static final int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    Argument(int arg)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Compares this object to the specified object.
    int
     
    (package private) boolean
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • Argument

      Argument()
    • Argument

      Argument(int arg)
  • Method Details

    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Compares this object to the specified object.
      Overrides:
      equals in class Object
      Parameters:
      obj - the object to compare with
      Returns:
      true if the objects are the same; false otherwise.
    • isSet

      boolean isSet()