|
||||||||||
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.QualifiedExpressionAllocator
public class QualifiedExpressionAllocator
Allocator with qualified expression parameter.
Constructor Summary | |
---|---|
QualifiedExpressionAllocator(QualifiedExpression expression)
Creates a qualified expression allocator. |
Method Summary | |
---|---|
QualifiedExpression |
getExpression()
Returns the qualified expression. |
SubtypeIndication |
getType()
Returns the type of this expression. |
void |
setExpression(QualifiedExpression expression)
Sets the qualified expression. |
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 QualifiedExpressionAllocator(QualifiedExpression expression)
expression
- the qualified expressionMethod Detail |
---|
public QualifiedExpression getExpression()
public void setExpression(QualifiedExpression expression)
expression
- the qualified expressionpublic SubtypeIndication getType()
Expression
getType
in class Expression
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |