Package de.inetsoftware.classparser
Interface Member
- All Known Implementing Classes:
ConstantFieldRef
,ConstantInterfaceRef
,ConstantMethodRef
,ConstantRef
,MethodInfo
public interface Member
Described a field, method, function, etc.
-
Method Summary
-
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
-