|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jacorb.ir.IRObject
org.jacorb.ir.PrimitiveDef
Field Summary | |
---|---|
protected PrimitiveKind |
kind
|
protected TypeCode |
type
|
Fields inherited from class org.jacorb.ir.IRObject |
---|
def_kind, myRef, name, orb |
Constructor Summary | |
---|---|
PrimitiveDef(int _kind)
|
|
PrimitiveDef(TypeCode tc)
|
Method Summary | |
---|---|
void |
destroy()
|
PrimitiveKind |
kind()
|
TypeCode |
type()
|
Methods inherited from class org.jacorb.ir.IRObject |
---|
def_kind, getName, getReference, setReference |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.omg.CORBA.IRObjectOperations |
---|
def_kind |
Field Detail |
protected PrimitiveKind kind
protected TypeCode type
Constructor Detail |
public PrimitiveDef(TypeCode tc)
public PrimitiveDef(int _kind)
Method Detail |
public TypeCode type()
type
in interface IDLTypeOperations
public PrimitiveKind kind()
kind
in interface PrimitiveDefOperations
public void destroy()
destroy
in interface IRObjectOperations
destroy
in class IRObject
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |