Uses of Class
com.togethersoft.openapi.sci.SciReference

Packages that use SciReference
com.togethersoft.openapi.sci 
com.togethersoft.openapi.sci.enum 
com.togethersoft.openapi.sci.visitor 

Uses of SciReference in com.togethersoft.openapi.sci
 

Subinterfaces of SciReference in com.togethersoft.openapi.sci
interface SciInheritance
          SciInheritance is a reference to the class (interface) whose name appeared in the
extends or implements sections.
interface SciReferenceExpression
          An expression which is a reference.
interface SciThrowSpecifier
          SciThrowSpecifier is a reference to the exception class whose name appeared in
the "throws" (Java) or "throw()" (C++) clause.
interface SciType
          A reference to a type.
 

Methods in com.togethersoft.openapi.sci that return SciReference
SciReferenceSciNetAttribute.getAttributeClassRef()
          
SciReferenceSciTag.getValueAsReference()
          Returns the value of this SciTag as a reference to some SciElement.
 

Uses of SciReference in com.togethersoft.openapi.sci.enum
 

Methods in com.togethersoft.openapi.sci.enum that return SciReference
SciReferenceSciReferenceEnumeration.nextSciReference()
          
 

Uses of SciReference in com.togethersoft.openapi.sci.visitor
 

Methods in com.togethersoft.openapi.sci.visitor with parameters of type SciReference
ObjectSciReferenceVisitor.visitReference(SciReference sciReference)
          Performs an action upon SciReference.