Table of Contents

Interface IExecutableType

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

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/lang/model/type/ExecutableType.html

public interface IExecutableType : ITypeMirror, IAnnotatedConstruct
Inherited Members

Properties

ParameterTypes

List ParameterTypes { get; }

Property Value

List

ReceiverType

TypeMirror ReceiverType { get; }

Property Value

TypeMirror

ReturnType

TypeMirror ReturnType { get; }

Property Value

TypeMirror

ThrownTypes

List ThrownTypes { get; }

Property Value

List

TypeVariables

List TypeVariables { get; }

Property Value

List