|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.upb.hni.vmagic.object.ConstantGroup
public class ConstantGroup
Group of constants.
Constructor Summary | |
---|---|
ConstantGroup(Constant... constants)
Creates a group of constants. |
|
ConstantGroup(java.util.List<Constant> constants)
Creates a group of constants. |
Method Summary | |
---|---|
java.util.List<Constant> |
getElements()
Returns the constants in this group. |
java.util.List<Constant> |
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 ConstantGroup(java.util.List<Constant> constants)
constants
- a list of constantspublic ConstantGroup(Constant... constants)
constants
- a variable number of constantsMethod Detail |
---|
public java.util.List<Constant> getElements()
getElements
in interface VhdlObjectGroup<Constant>
public java.util.List<Constant> getVhdlObjects()
VhdlObjectProvider
getVhdlObjects
in interface VhdlObjectProvider<Constant>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |