|
||||||||||
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.QualifiedExpression
public class QualifiedExpression
Qualified expression.
Constructor Summary | |
---|---|
QualifiedExpression(SubtypeIndication type,
Aggregate operand)
Creates a qualified expression. |
|
QualifiedExpression(SubtypeIndication type,
Expression operand)
Creates a qualified expression. |
Method Summary | |
---|---|
Aggregate |
getOperand()
Returns the operand. |
SubtypeIndication |
getType()
Returns the type. |
void |
setOperand(Aggregate operand)
Sets the operand. |
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 QualifiedExpression(SubtypeIndication type, Aggregate operand)
type
- the typeoperand
- the operandpublic QualifiedExpression(SubtypeIndication type, Expression operand)
type
- the typeoperand
- the operandMethod Detail |
---|
public Aggregate getOperand()
public void setOperand(Aggregate operand)
operand
- the operandpublic 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 |