org.openorb.pss.compiler.object
public class PsdlAbstractStorageType extends IdlObject implements psdlAbstractStorageType
Constructor Summary | |
---|---|
PsdlAbstractStorageType(IdlObject father)
Constructor |
Method Summary | |
---|---|
void | addInheritance(IdlObject obj)
Add an inheritance |
void | define(IdlObject obj)
Set the define abstract storagetype |
IdlObject | define()
Return the reference to the abstract storagetype |
Enumeration | filter(int type) |
void | forward()
Modify the object type to pass it as forward declaration |
IdlObject[] | getInheritance()
Return the inheritance list |
int | idlType() |
psdlAbstractStorageType[] | inheritance() |
IdlObject | returnInheritedObject(String name)
This method returns an inherited object |
IdlObject | searchObject(String name)
This method returns an contained object |