|
||||||||||
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.expression.Expression
de.upb.hni.vmagic.expression.Primary
de.upb.hni.vmagic.expression.TypeConversion
public class TypeConversion
Type conversion expression.
Constructor Summary | |
---|---|
TypeConversion(SubtypeIndication type,
Expression epxression)
Creates a type conversion. |
Method Summary | |
---|---|
Expression |
getEpxression()
Returns the converted expression. |
SubtypeIndication |
getType()
Returns the type. |
void |
setEpxression(Expression epxression)
Sets the converted expression. |
void |
setType(SubtypeIndication type)
Sets the type |
Methods inherited from class de.upb.hni.vmagic.expression.Primary |
---|
getPrecedence |
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 TypeConversion(SubtypeIndication type, Expression epxression)
type
- the typeepxression
- the converted expressionMethod Detail |
---|
public Expression getEpxression()
public void setEpxression(Expression epxression)
epxression
- the expressionpublic SubtypeIndication getType()
getType
in class Expression
public void setType(SubtypeIndication type)
type
- the type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |