Table of Contents

Interface ITypeMirror

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/TypeMirror.html

public interface ITypeMirror : IAnnotatedConstruct
Inherited Members

Properties

Kind

TypeKind Kind { get; }

Property Value

TypeKind

Methods

Accept<R, P>(TypeVisitor<R, P>, P)

R Accept<R, P>(TypeVisitor<R, P> arg0, P arg1)

Parameters

arg0 TypeVisitor<R, P>

TypeVisitor

arg1 P

P

Returns

R

R

Type Parameters

R
P