Interface InitializerSignature
- All Superinterfaces:
CodeSignature, MemberSignature, Signature
Signature for static and instance initializers.
Static initializers have no parameters or exceptions,
so empty arrays are returned from the CodeSignature methods.
-
Method Summary
Methods inherited from interface CodeSignature
getExceptionTypes, getParameterNames, getParameterTypesMethods inherited from interface Signature
getDeclaringType, getDeclaringTypeName, getModifiers, getName, toLongString, toShortString, toString
-
Method Details
-
getInitializer
Constructor getInitializer()- Returns:
- Constructor associated with this initializer, or null in the case of interface initializers and static initializers.
-