Click or drag to resize

JVMBridgeCoreTClass Properties

The JVMBridgeCoreTClass type exposes the following members.

Properties
 NameDescription
Public propertyBridgeClassName Java class name to be instantiated
(Inherited from JVMBridgeCore)
Public propertyStatic memberBridgeClazz The IJavaType of the implementing class
Public propertyBridgeInstance The IJavaObject instance
(Inherited from JVMBridgeCore)
Public propertyStatic memberDynBridgeClazz The dynamic accessor to BridgeClazz
Public propertyDynBridgeInstance The dynamic accessor to BridgeInstance
(Inherited from JVMBridgeCore)
Public propertyIsBridgeAbstract if the BridgeClassName is an abstract class, i.e. cannot be created an instance
(Inherited from JVMBridgeCore)
Public propertyIsBridgeCloseable if the BridgeClassName implements Closeable
(Inherited from JVMBridgeCore)
Public propertyIsBridgeInterface if the BridgeClassName is an interface, i.e. does not have any public constructor
(Inherited from JVMBridgeCore)
Public propertyIsBridgeListener if the BridgeClassName follows the listener pattern of JCOBridge: the BridgeClassName extends a JCListener or implements IJCListener
(Inherited from JVMBridgeCore)
Public propertyIsBridgeStatic if the BridgeClassName is a static class, i.e. does not have any public constructor
(Inherited from JVMBridgeCore)
Top
Explicit Interface Implementations
 NameDescription
Explicit interface implementationPrivate propertyIJVMBridgeBaseStaticBridgeClazz The IJavaType of the implementing class
Explicit interface implementationPrivate propertyIJVMBridgeBaseStaticDynBridgeClazz The dynamic accessor to BridgeClazz
Top
See Also