org.openorb.pss.compiler.object
public class PsdlStorageType extends IdlObject implements psdlStorageType
Constructor Summary | |
---|---|
PsdlStorageType(IdlObject father)
Constructor |
Method Summary | |
---|---|
void | addImplement(IdlObject obj)
Add an implement description |
void | define(IdlObject obj)
Set the define storagetype |
IdlObject | define()
Return the reference to the storagetype |
void | forward()
Modify the object type to pass it as forward declaration |
boolean | forwarded() |
int | idlType() |
psdlStorageType | implementation() |
psdlAbstractStorageType[] | implemented()
Return the implementation list |
psdlStorageType | inheritance()
Return the inheritance |
IdlObject | returnInheritedObject(String name)
This method returns an inherited object |
IdlObject | searchObject(String name)
This method returns an contained object |
void | setInheritance(IdlObject obj)
Set the inheritance |