public final class PrimitiveDef extends IRObject implements PrimitiveDefOperations
| Modifier and Type | Field and Description |
|---|---|
protected PrimitiveKind |
kind |
protected TypeCode |
type |
| Constructor and Description |
|---|
PrimitiveDef(int _kind) |
PrimitiveDef(TypeCode tc) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
PrimitiveKind |
kind() |
TypeCode |
type() |
def_kind, getName, getReference, setReferenceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdef_kindprotected PrimitiveKind kind
protected TypeCode type
public PrimitiveDef(TypeCode tc)
public PrimitiveDef(int _kind)
public TypeCode type()
type in interface IDLTypeOperationspublic PrimitiveKind kind()
kind in interface PrimitiveDefOperationspublic void destroy()
destroy in interface IRObjectOperationsdestroy in class IRObjectCopyright © 2017 JacORB. All rights reserved.