Table of Contents

Interface IExecutableType

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

.NET interface for TO BE DEFINED FROM USER

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