Ejemplo n.º 1
0
 public VariableDeclarationObserver(VHDL.Object.Variable mVariable, Logger logger)
 {
     this.logger    = logger;
     this.mVariable = mVariable;
 }
Ejemplo n.º 2
0
 public Variable(VHDL.Object.Variable parsedVariable)
 {
     this.parsedVariable = parsedVariable;
     type = currentValue.Type;
 }