Interface Member

All Known Implementing Classes:
ConstantFieldRef, ConstantInterfaceRef, ConstantMethodRef, ConstantRef, MethodInfo

public interface Member
Described a field, method, function, etc.
  • Method Summary

    Modifier and Type
    Method
    Description
    The class name of the declaring class like "java/lang/Object".
    The simple name without package
    Get the type of the method or field.
  • Method Details

    • getName

      String getName()
      The simple name without package
      Returns:
      the name
    • getClassName

      String getClassName()
      The class name of the declaring class like "java/lang/Object".
      Returns:
      the class name
    • getType

      String getType()
      Get the type of the method or field. For example "(Ljava.lang.String;)I"
      Returns:
      the type