|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Constant | |
---|---|
de.upb.hni.vmagic.concurrent | Contains concurrent statement meta classes. |
de.upb.hni.vmagic.declaration | Contains declaration meta classes. |
de.upb.hni.vmagic.libraryunit | Contains library unit meta classes. |
de.upb.hni.vmagic.object | Contains VHDL object meta classes. |
de.upb.hni.vmagic.output | Contains the VHDL output module. |
de.upb.hni.vmagic.statement | Contains sequential statement meta classes. |
Uses of Constant in de.upb.hni.vmagic.concurrent |
---|
Methods in de.upb.hni.vmagic.concurrent that return Constant | |
---|---|
Constant |
ForGenerateStatement.getParameter()
Returns the loop parameter. |
Methods in de.upb.hni.vmagic.concurrent that return types with arguments of type Constant | |
---|---|
java.util.List<VhdlObjectProvider<Constant>> |
BlockStatement.getGeneric()
Returns the generic clause. |
Uses of Constant in de.upb.hni.vmagic.declaration |
---|
Methods in de.upb.hni.vmagic.declaration that return types with arguments of type Constant | |
---|---|
java.util.List<VhdlObjectProvider<Constant>> |
Component.getGeneric()
Returns the generic. |
Constructors in de.upb.hni.vmagic.declaration with parameters of type Constant | |
---|---|
ConstantDeclaration(Constant... constants)
Creates a new constant declaration. |
Constructor parameters in de.upb.hni.vmagic.declaration with type arguments of type Constant | |
---|---|
ConstantDeclaration(java.util.List<Constant> constants)
Creates a new constant declaration. |
Uses of Constant in de.upb.hni.vmagic.libraryunit |
---|
Methods in de.upb.hni.vmagic.libraryunit that return types with arguments of type Constant | |
---|---|
java.util.List<VhdlObjectProvider<Constant>> |
Entity.getGeneric()
Returns the generic. |
Uses of Constant in de.upb.hni.vmagic.object |
---|
Methods in de.upb.hni.vmagic.object that return types with arguments of type Constant | |
---|---|
java.util.List<Constant> |
ConstantGroup.getElements()
Returns the constants in this group. |
java.util.List<Constant> |
Constant.getVhdlObjects()
|
java.util.List<Constant> |
ConstantGroup.getVhdlObjects()
|
Constructors in de.upb.hni.vmagic.object with parameters of type Constant | |
---|---|
ConstantGroup(Constant... constants)
Creates a group of constants. |
Constructor parameters in de.upb.hni.vmagic.object with type arguments of type Constant | |
---|---|
ConstantGroup(java.util.List<Constant> constants)
Creates a group of constants. |
Uses of Constant in de.upb.hni.vmagic.output |
---|
Method parameters in de.upb.hni.vmagic.output with type arguments of type Constant | |
---|---|
void |
MiscellaneousElementOutput.generic(java.util.List<VhdlObjectProvider<Constant>> generic)
Outputs a generic clause. |
Uses of Constant in de.upb.hni.vmagic.statement |
---|
Methods in de.upb.hni.vmagic.statement that return Constant | |
---|---|
Constant |
ForStatement.getParameter()
Returns loop parameter. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |