Interface IExecutableElement
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.compiler/javax/lang/model/element/ExecutableElement.html
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()