Uses of Class
hmi.bml.parser.SyncRef

Packages that use SyncRef
hmi.bml.core   
hmi.bml.parser   
 

Uses of SyncRef in hmi.bml.core
 

Fields in hmi.bml.core declared as SyncRef
private  SyncRef Synchronize.ref
           
 SyncRef Sync.ref
           
private  SyncRef Before.ref
           
private  SyncRef After.ref
           
 

Methods in hmi.bml.core that return SyncRef
 SyncRef Synchronize.getRef()
           
 SyncRef Before.getRef()
          Get the reference sync
 SyncRef After.getRef()
          Get the reference sync
 

Uses of SyncRef in hmi.bml.parser
 

Fields in hmi.bml.parser declared as SyncRef
private  SyncRef SyncPoint.ref
           
 

Methods in hmi.bml.parser that return SyncRef
 SyncRef SyncPoint.getRef()
           
 

Constructors in hmi.bml.parser with parameters of type SyncRef
SyncPoint(SyncRef ref)