Interface MethodInfo

All Known Implementing Classes:
ClassNodeInfo.MethodNodeInfo, ReflectionClassInfo.ReflectionMethodInfo

public interface MethodInfo
Created by covers1624 on 2/11/20.
  • Method Details

    • getOwner

      ClassInfo getOwner()
    • getName

      String getName()
    • getDesc

      String getDesc()
    • getExceptions

      String[] getExceptions()
    • isPrivate

      boolean isPrivate()
    • isAbstract

      boolean isAbstract()