Interface IMemberDefinition
- All Known Implementing Classes:
BottomType, CompoundTypeDefinition, FieldDefinition, GenericParameter, InvokeDynamicRewriter.IndyHelperBuilder.HelperTypeDefinition, MethodDefinition, MethodHandleConstantRewriter.LcdMHHelperBuilder.HelperTypeDefinition, NullType, PrimitiveType, RecordTypeDefinition, RecordTypeDefinition.RecordMethod, TypeDefinition
public interface IMemberDefinition
User: Mike Strobel
Date: 1/6/13
Time: 5:37 PM
-
Method Details
-
getName
String getName() -
getFullName
String getFullName() -
isSpecialName
boolean isSpecialName() -
getDeclaringType
TypeReference getDeclaringType() -
getFlags
long getFlags() -
getModifiers
int getModifiers() -
isFinal
boolean isFinal() -
isNonPublic
boolean isNonPublic() -
isPrivate
boolean isPrivate() -
isProtected
boolean isProtected() -
isPublic
boolean isPublic() -
isStatic
boolean isStatic() -
isSynthetic
boolean isSynthetic() -
isDeprecated
boolean isDeprecated() -
isPackagePrivate
boolean isPackagePrivate() -
getBriefDescription
String getBriefDescription() -
getDescription
String getDescription() -
getErasedDescription
String getErasedDescription() -
getSimpleDescription
String getSimpleDescription()
-