Uses of Class
org.jacorb.idl.ScopeData

Packages that use ScopeData
org.jacorb.idl   
 

Uses of ScopeData in org.jacorb.idl
 

Methods in org.jacorb.idl that return ScopeData
static ScopeData parser.currentScopeData()
           
 ScopeData Module.getScopeData()
           
 ScopeData UnionType.getScopeData()
           
 ScopeData StructType.getScopeData()
           
 ScopeData Scope.getScopeData()
           
 ScopeData Interface.getScopeData()
           
 

Methods in org.jacorb.idl with parameters of type ScopeData
 void Module.setScopeData(ScopeData data)
           
 void UnionType.setScopeData(ScopeData data)
           
 void StructType.setScopeData(ScopeData data)
           
 void Scope.setScopeData(ScopeData data)
           
 void Interface.setScopeData(ScopeData data)
           
 



Copyright © 2012 JacORB. All Rights Reserved.