C# Class org.xmlvm._nTIB

Inheritance: global::java.lang.Object
Exibir arquivo Open project: Pmovil/CN1WindowsPort Class Usage Examples

Public Properties

Property Type Description
booleanArrayType global::System.Type
booleanType global::System.Type
byteArrayType global::System.Type
byteType global::System.Type
charArrayType global::System.Type
charType global::System.Type
doubleArrayType global::System.Type
doubleType global::System.Type
floatArrayType global::System.Type
floatType global::System.Type
intArrayType global::System.Type
intType global::System.Type
longArrayType global::System.Type
longType global::System.Type
objectArrayType global::System.Type
objectType global::System.Type
shortArrayType global::System.Type
shortType global::System.Type
voidType global::System.Type

Public Methods

Method Description
boxIfPrimitive ( global aValue, global aType ) : java.lang.Object
getClass ( ) : java.lang.Class
getClass ( global aType ) : java.lang.Class
getComponentTIB ( ) : _nTIB
getComponentType ( ) : java.lang.Class
getJavaName ( ) : string
getNativeType ( ) : global::System.Type
getTIB ( global myType, string jTypeName ) : _nTIB
isArray ( ) : bool
isPrimitive ( ) : bool
javaTypeNameToTIB ( java javaTypeName ) : _nTIB
nativeTypeToJavaTypeName ( global nativeType ) : java.lang.String
setClass ( java myClass ) : void
unboxIfPrimitive ( java aValue, global aType ) : global::System.Object

Private Methods

Method Description
_nTIB ( ) : global::System.Reflection
_nTIB ( global myType, string javaName ) : global::System.Reflection
bootstrapSetClass ( _nTIB tib ) : void
setComponentTIB ( _nTIB componentTIB ) : void

Method Details

boxIfPrimitive() public static method

public static boxIfPrimitive ( global aValue, global aType ) : java.lang.Object
aValue global
aType global
return java.lang.Object

getClass() public method

public getClass ( ) : java.lang.Class
return java.lang.Class

getClass() public static method

public static getClass ( global aType ) : java.lang.Class
aType global
return java.lang.Class

getComponentTIB() public method

public getComponentTIB ( ) : _nTIB
return _nTIB

getComponentType() public method

public getComponentType ( ) : java.lang.Class
return java.lang.Class

getJavaName() public method

public getJavaName ( ) : string
return string

getNativeType() public method

public getNativeType ( ) : global::System.Type
return global::System.Type

getTIB() public static method

public static getTIB ( global myType, string jTypeName ) : _nTIB
myType global
jTypeName string
return _nTIB

isArray() public method

public isArray ( ) : bool
return bool

isPrimitive() public method

public isPrimitive ( ) : bool
return bool

javaTypeNameToTIB() public static method

public static javaTypeNameToTIB ( java javaTypeName ) : _nTIB
javaTypeName java
return _nTIB

nativeTypeToJavaTypeName() public static method

public static nativeTypeToJavaTypeName ( global nativeType ) : java.lang.String
nativeType global
return java.lang.String

setClass() public method

public setClass ( java myClass ) : void
myClass java
return void

unboxIfPrimitive() public static method

public static unboxIfPrimitive ( java aValue, global aType ) : global::System.Object
aValue java
aType global
return global::System.Object

Property Details

booleanArrayType public_oe static_oe property

public static global::System.Type booleanArrayType
return global::System.Type

booleanType public_oe static_oe property

public static global::System.Type booleanType
return global::System.Type

byteArrayType public_oe static_oe property

public static global::System.Type byteArrayType
return global::System.Type

byteType public_oe static_oe property

public static global::System.Type byteType
return global::System.Type

charArrayType public_oe static_oe property

public static global::System.Type charArrayType
return global::System.Type

charType public_oe static_oe property

public static global::System.Type charType
return global::System.Type

doubleArrayType public_oe static_oe property

public static global::System.Type doubleArrayType
return global::System.Type

doubleType public_oe static_oe property

public static global::System.Type doubleType
return global::System.Type

floatArrayType public_oe static_oe property

public static global::System.Type floatArrayType
return global::System.Type

floatType public_oe static_oe property

public static global::System.Type floatType
return global::System.Type

intArrayType public_oe static_oe property

public static global::System.Type intArrayType
return global::System.Type

intType public_oe static_oe property

public static global::System.Type intType
return global::System.Type

longArrayType public_oe static_oe property

public static global::System.Type longArrayType
return global::System.Type

longType public_oe static_oe property

public static global::System.Type longType
return global::System.Type

objectArrayType public_oe static_oe property

public static global::System.Type objectArrayType
return global::System.Type

objectType public_oe static_oe property

public static global::System.Type objectType
return global::System.Type

shortArrayType public_oe static_oe property

public static global::System.Type shortArrayType
return global::System.Type

shortType public_oe static_oe property

public static global::System.Type shortType
return global::System.Type

voidType public_oe static_oe property

public static global::System.Type voidType
return global::System.Type