Package | Description |
---|---|
org.jacorb.ir.gui.remoteobject | |
org.jacorb.ir.gui.typesystem | |
org.jacorb.ir.gui.typesystem.remote |
Modifier and Type | Field and Description |
---|---|
protected TypeSystemNode |
ObjectRepresentant.typeSystemNode |
Modifier and Type | Method and Description |
---|---|
TypeSystemNode |
ObjectRepresentant.getTypeSystemNode()
This method was created by a SmartGuide.
|
Modifier and Type | Method and Description |
---|---|
static ObjectRepresentant |
ObjectRepresentantFactory.create(java.lang.Object counterPart,
TypeSystemNode type,
TypeAssociator referencedBy)
This method was created by a SmartGuide.
|
Constructor and Description |
---|
ObjectRepresentant(java.lang.Object counterPart,
TypeSystemNode type,
java.lang.String name)
This method was created by a SmartGuide.
|
RemoteObject(Object counterPart,
TypeSystemNode type,
java.lang.String name)
This method was created by a SmartGuide.
|
Modifier and Type | Method and Description |
---|---|
static TypeSystemNode |
TypeSystem.createNode(java.lang.String nodeTypeName)
Erzeugt node entsprechend dem übergebenen nodeTypeName
(z.B.
|
TypeSystemNode[] |
Value.getAllFields()
Returns all fields defined here, including fields from
the base value and interfaces.
|
TypeSystemNode[] |
Interface.getAllFields()
Gibt alle Fields inkl.
|
TypeSystemNode[] |
Value.getAllMembers()
Returns all value members defined here, including value members from
the base value.
|
TypeSystemNode[] |
Value.getAllOperations()
Returns all operations defined here, including operations from
the base value and interfaces, but excluding initializers.
|
TypeSystemNode[] |
Interface.getAllOperations()
Gibt alle Fields inkl.
|
TypeSystemNode |
TypeAssociator.getAssociatedTypeSystemNode()
This method was created by a SmartGuide.
|
TypeSystemNode |
NodeMapper.getNode()
This method was created by a SmartGuide.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TypeSystemNode.insertChild(TypeSystemNode newChild)
Füge neues Child zu Node hinzu.
|
Constructor and Description |
---|
NodeMapper(TypeSystemNode node,
java.lang.String string)
This method was created by a SmartGuide.
|
Modifier and Type | Class and Description |
---|---|
class |
IRAlias |
class |
IRArray
This class was generated by a SmartGuide.
|
class |
IRAttribute |
class |
IRConstant |
class |
IRContainer
Abstrakte Oberklasse für alle Klassen, die in unserem Baum Children
haben sollen.
|
class |
IREnum |
class |
IREnumMember
This class was generated by a SmartGuide.
|
class |
IRException |
class |
IRFixed |
class |
IRInterface |
class |
IRLeaf
Abstrakte Oberklasse für Elemente des IR, zu denen kein entsprechendes IRObject existiert
oder dieses nicht von Contained erbt,
die aber dennoch in unserem Tree auftauchen sollen (z.B.
|
class |
IRModule |
class |
IRNode |
class |
IRNodeWithType
This class was generated by a SmartGuide.
|
class |
IROperation |
class |
IRParameter
This class was generated by a SmartGuide.
|
class |
IRPrimitive
This class was generated by a SmartGuide.
|
class |
IRRepository |
class |
IRSequence |
class |
IRString |
class |
IRStruct |
class |
IRStructMember
This class was generated by a SmartGuide.
|
class |
IRTypedef
This class was generated by a SmartGuide.
|
class |
IRUnion
This class was generated by a SmartGuide.
|
class |
IRUnionMember
This class was generated by a SmartGuide.
|
class |
IRValue |
class |
IRValueBox |
class |
IRValueMember |
class |
IRWstring |
Modifier and Type | Method and Description |
---|---|
static TypeSystemNode |
RemoteTypeSystem.createTypeSystemNode(java.lang.Object obj) |
TypeSystemNode[] |
IRValue.getAllFields()
Returns all fields defined here, including fields from
the base value and interfaces.
|
TypeSystemNode[] |
IRInterface.getAllFields()
Gibt alle Fields inkl.
|
TypeSystemNode[] |
IRValue.getAllMembers()
Returns all value members defined here, including value members from
the base value.
|
TypeSystemNode[] |
IRValue.getAllOperations()
Returns all operations defined here, including operations from
the base value and interfaces, but excluding initializers.
|
TypeSystemNode[] |
IRInterface.getAllOperations()
Gibt alle Fields inkl.
|
TypeSystemNode |
IRNodeWithType.getAssociatedTypeSystemNode()
This method was created by a SmartGuide.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IRNodeWithType.setAssociatedTypeSystemNode(TypeSystemNode typeNode)
This method was created by a SmartGuide.
|