Table of Contents

Interface IExecutableElement

Namespace
Javax.Lang.Model.Element
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IExecutableElement

Properties

DefaultValue

AnnotationValue DefaultValue { get; }

Property Value

AnnotationValue

Parameters

List Parameters { get; }

Property Value

List

ReceiverType

TypeMirror ReceiverType { get; }

Property Value

TypeMirror

ReturnType

TypeMirror ReturnType { get; }

Property Value

TypeMirror

SimpleName

Name SimpleName { get; }

Property Value

Name

ThrownTypes

List ThrownTypes { get; }

Property Value

List

TypeParameters

List TypeParameters { get; }

Property Value

List

Methods

IsDefault()

bool IsDefault()

Returns

bool

bool

IsVarArgs()

bool IsVarArgs()

Returns

bool

bool