Interface IExecutableElement
.NET interface for TO BE DEFINED FROM USER
public interface IExecutableElement
Properties
DefaultValue
AnnotationValue DefaultValue { get; }
Property Value
Parameters
List Parameters { get; }
Property Value
ReceiverType
TypeMirror ReceiverType { get; }
Property Value
ReturnType
TypeMirror ReturnType { get; }
Property Value
SimpleName
Name SimpleName { get; }
Property Value
ThrownTypes
List ThrownTypes { get; }
Property Value
TypeParameters
List TypeParameters { get; }
Property Value
Methods
IsDefault()
bool IsDefault()
Returns
IsVarArgs()
bool IsVarArgs()