Table of Contents

Interface ITypeElement

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

.NET interface for TO BE DEFINED FROM USER

public interface ITypeElement

Properties

EnclosedElements

List EnclosedElements { get; }

Property Value

List

EnclosingElement

Element EnclosingElement { get; }

Property Value

Element

Interfaces

List Interfaces { get; }

Property Value

List

NestingKind

NestingKind NestingKind { get; }

Property Value

NestingKind

QualifiedName

Name QualifiedName { get; }

Property Value

Name

SimpleName

Name SimpleName { get; }

Property Value

Name

Superclass

TypeMirror Superclass { get; }

Property Value

TypeMirror

TypeParameters

List TypeParameters { get; }

Property Value

List