Table of Contents

Class TypeKind

Namespace
Javax.Lang.Model.Type
Assembly
MASES.JNet.dll
public class TypeKind : Enum<TypeKind>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
TypeKind
Implements
Inherited Members
Extension Methods

Constructors

TypeKind()

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

public TypeKind()

TypeKind(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 TypeKind(params object[] args)

Parameters

args object[]

Properties

ARRAY

public static TypeKind ARRAY { get; }

Property Value

TypeKind

BOOLEAN

public static TypeKind BOOLEAN { get; }

Property Value

TypeKind

BYTE

public static TypeKind BYTE { get; }

Property Value

TypeKind

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CHAR

public static TypeKind CHAR { get; }

Property Value

TypeKind

DECLARED

public static TypeKind DECLARED { get; }

Property Value

TypeKind

DOUBLE

public static TypeKind DOUBLE { get; }

Property Value

TypeKind

ERROR

public static TypeKind ERROR { get; }

Property Value

TypeKind

EXECUTABLE

public static TypeKind EXECUTABLE { get; }

Property Value

TypeKind

FLOAT

public static TypeKind FLOAT { get; }

Property Value

TypeKind

INT

public static TypeKind INT { get; }

Property Value

TypeKind

INTERSECTION

public static TypeKind INTERSECTION { get; }

Property Value

TypeKind

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements Closeable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

LONG

public static TypeKind LONG { get; }

Property Value

TypeKind

MODULE

public static TypeKind MODULE { get; }

Property Value

TypeKind

NONE

public static TypeKind NONE { get; }

Property Value

TypeKind

NULL

public static TypeKind NULL { get; }

Property Value

TypeKind

OTHER

public static TypeKind OTHER { get; }

Property Value

TypeKind

PACKAGE

public static TypeKind PACKAGE { get; }

Property Value

TypeKind

SHORT

public static TypeKind SHORT { get; }

Property Value

TypeKind

TYPEVAR

public static TypeKind TYPEVAR { get; }

Property Value

TypeKind

UNION

public static TypeKind UNION { get; }

Property Value

TypeKind

VOID

public static TypeKind VOID { get; }

Property Value

TypeKind

WILDCARD

public static TypeKind WILDCARD { get; }

Property Value

TypeKind

Methods

IsPrimitive()

public bool IsPrimitive()

Returns

bool

bool

ValueOf(String)

public static TypeKind ValueOf(String arg0)

Parameters

arg0 String

String

Returns

TypeKind

TypeKind

Values()

public static TypeKind[] Values()

Returns

TypeKind[]

TypeKind