Table of Contents

Class ElementKind

Namespace
Javax.Lang.Model.Element
Assembly
MASES.JNet.dll
public class ElementKind : Enum<ElementKind>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<Enum<ElementKind>>
ElementKind
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Enum<ElementKind>>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Enum<ElementKind>>.IsAssignableFrom<T>()
JVMBridgeBase<Enum<ElementKind>>.Execute<T>(params T[])
JVMBridgeBase<Enum<ElementKind>>.DynBridgeClazz
JVMBridgeBase<Enum<ElementKind>>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

ElementKind()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public ElementKind()

ElementKind(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public ElementKind(params object[] args)

Parameters

args object[]

Properties

ANNOTATION_TYPE

public static ElementKind ANNOTATION_TYPE { get; }

Property Value

ElementKind

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

CLASS

public static ElementKind CLASS { get; }

Property Value

ElementKind

CONSTRUCTOR

public static ElementKind CONSTRUCTOR { get; }

Property Value

ElementKind

ENUM

public static ElementKind ENUM { get; }

Property Value

ElementKind

ENUM_CONSTANT

public static ElementKind ENUM_CONSTANT { get; }

Property Value

ElementKind

EXCEPTION_PARAMETER

public static ElementKind EXCEPTION_PARAMETER { get; }

Property Value

ElementKind

FIELD

public static ElementKind FIELD { get; }

Property Value

ElementKind

INSTANCE_INIT

public static ElementKind INSTANCE_INIT { get; }

Property Value

ElementKind

INTERFACE

public static ElementKind INTERFACE { get; }

Property Value

ElementKind

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

LOCAL_VARIABLE

public static ElementKind LOCAL_VARIABLE { get; }

Property Value

ElementKind

METHOD

public static ElementKind METHOD { get; }

Property Value

ElementKind

MODULE

public static ElementKind MODULE { get; }

Property Value

ElementKind

OTHER

public static ElementKind OTHER { get; }

Property Value

ElementKind

PACKAGE

public static ElementKind PACKAGE { get; }

Property Value

ElementKind

PARAMETER

public static ElementKind PARAMETER { get; }

Property Value

ElementKind

RESOURCE_VARIABLE

public static ElementKind RESOURCE_VARIABLE { get; }

Property Value

ElementKind

STATIC_INIT

public static ElementKind STATIC_INIT { get; }

Property Value

ElementKind

TYPE_PARAMETER

public static ElementKind TYPE_PARAMETER { get; }

Property Value

ElementKind

Methods

IsClass()

public bool IsClass()

Returns

bool

bool

IsField()

public bool IsField()

Returns

bool

bool

IsInterface()

public bool IsInterface()

Returns

bool

bool

ValueOf(String)

public static ElementKind ValueOf(String arg0)

Parameters

arg0 String

String

Returns

ElementKind

ElementKind

Values()

public static ElementKind[] Values()

Returns

ElementKind[]

ElementKind