ClassInfo

Overview

Location

Instance Methods


constructor

 

constructor(class: Class)

 

ClassInfo(Class class)

Parameters:

  • class:

getClassName

 

method getClassName: String

 

String getClassName()

getImplementedInterfaces

 

method getImplementedInterfaces: array of String

 

String[] getImplementedInterfaces()

getMethodInfo

 

method getMethodInfo: array of MethodInfo

 

MethodInfo[] getMethodInfo()

getSuperclassName

 

method getSuperclassName: String

 

String getSuperclassName()

isAssignableTo

 

method isAssignableTo(className: String): Boolean

 

Boolean isAssignableTo(String className)

Parameters:

  • className: