Uses of Class
eu.bandm.sig.absy.SourceId

Packages that use SourceId
eu.bandm.sig.absy created on 2012-06-22_17h11m15
by program umod, version 0.17
command line =
umod --getterfunctions true --setterfunctions true --monolithic false --swingtree true -x 0 /home/lepper/sig//src eu.bandm.sig.absy sig2.umod  
eu.bandm.sig.semantics   
 

Uses of SourceId in eu.bandm.sig.absy
 

Fields in eu.bandm.sig.absy with type parameters of type SourceId
static Function<Absy,Location<SourceId>> Absy.get_location
           
protected  Location<SourceId> Absy.location
           
static Consumer<Location<SourceId>,Absy> Absy.set_location
           
 

Methods in eu.bandm.sig.absy that return SourceId
static SourceId SourceId.from(File file)
           
 

Methods in eu.bandm.sig.absy that return types with arguments of type SourceId
 Location<SourceId> Absy.get_location()
           
 

Methods in eu.bandm.sig.absy with parameters of type SourceId
protected  void MATCH_ONLY_00.action(SourceId e0)
           
 

Method parameters in eu.bandm.sig.absy with type arguments of type SourceId
protected  void MATCH_ONLY_00.action(Location<SourceId> e0)
           
 boolean Absy.set_location(Location<SourceId> val)
           
 

Uses of SourceId in eu.bandm.sig.semantics
 

Methods in eu.bandm.sig.semantics with parameters of type SourceId
 void Sig2Reducer.setSourceId(SourceId sourceId)
           
 

Method parameters in eu.bandm.sig.semantics with type arguments of type SourceId
protected  void BoxChecker.error(Location<SourceId> location, String text)
           
 void BoxChecker.setMessageReceiver(MessageReceiver<? super SimpleMessage<SourceId>> msg)
           
 void Sig2Reducer.setMessageReceiver(MessageReceiver<? super SimpleMessage<SourceId>> msg)