Uses of Class
de.upb.hni.vmagic.expression.VhdlObject.Mode

Packages that use VhdlObject.Mode
de.upb.hni.vmagic.expression Contains VHDL expression meta classes. 
de.upb.hni.vmagic.object Contains VHDL object meta classes. 
 

Uses of VhdlObject.Mode in de.upb.hni.vmagic.expression
 

Methods in de.upb.hni.vmagic.expression that return VhdlObject.Mode
abstract  VhdlObject.Mode VhdlObject.getMode()
          Returns the mode of this vhdl object.
static VhdlObject.Mode VhdlObject.Mode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static VhdlObject.Mode[] VhdlObject.Mode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.upb.hni.vmagic.expression with parameters of type VhdlObject.Mode
abstract  void VhdlObject.setMode(VhdlObject.Mode mode)
          Sets the mode of this vhdl object.
 

Uses of VhdlObject.Mode in de.upb.hni.vmagic.object
 

Methods in de.upb.hni.vmagic.object that return VhdlObject.Mode
 VhdlObject.Mode ForwardingVhdlObject.getMode()
           
 

Methods in de.upb.hni.vmagic.object with parameters of type VhdlObject.Mode
 void Constant.setMode(VhdlObject.Mode mode)
           
 void FileObject.setMode(VhdlObject.Mode mode)
           
 void ForwardingVhdlObject.setMode(VhdlObject.Mode mode)
           
 void Variable.setMode(VhdlObject.Mode mode)
           
 

Constructors in de.upb.hni.vmagic.object with parameters of type VhdlObject.Mode
Signal(java.lang.String identifier, VhdlObject.Mode mode, SubtypeIndication type)
          Creates a signal with a mode.
Signal(java.lang.String identifier, VhdlObject.Mode mode, SubtypeIndication type, Expression defaultValue)
          Creates a signal with a mode and a default value.