|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.upb.hni.vmagic.VhdlElement
de.upb.hni.vmagic.declaration.DeclarativeItem
de.upb.hni.vmagic.declaration.ObjectDeclaration<Constant>
de.upb.hni.vmagic.declaration.ConstantDeclaration
public class ConstantDeclaration
Constant declaration.
Constructor Summary | |
---|---|
ConstantDeclaration(Constant... constants)
Creates a new constant declaration. |
|
ConstantDeclaration(java.util.List<Constant> constants)
Creates a new constant declaration. |
Method Summary |
---|
Methods inherited from class de.upb.hni.vmagic.declaration.ObjectDeclaration |
---|
getObjects |
Methods inherited from class de.upb.hni.vmagic.VhdlElement |
---|
getParent, setParent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConstantDeclaration(Constant... constants)
constants
- the declared constantspublic ConstantDeclaration(java.util.List<Constant> constants)
constants
- the declared constants
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |