|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.upb.hni.vmagic.object.VariableGroup
public class VariableGroup
Variable group.
Constructor Summary | |
---|---|
VariableGroup(java.util.List<Variable> variables)
Creates a group of variables. |
|
VariableGroup(Variable... variables)
Creates a group of variables. |
Method Summary | |
---|---|
java.util.List<Variable> |
getElements()
Returns the variables in this group. |
java.util.List<Variable> |
getVhdlObjects()
Returns a list of VhdlObject that are contained in this VhdlObjectProvider. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VariableGroup(java.util.List<Variable> variables)
variables
- a list of variablespublic VariableGroup(Variable... variables)
variables
- a variable number of variablesMethod Detail |
---|
public java.util.List<Variable> getElements()
getElements
in interface VhdlObjectGroup<Variable>
public java.util.List<Variable> getVhdlObjects()
VhdlObjectProvider
getVhdlObjects
in interface VhdlObjectProvider<Variable>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |