|
||||||||||
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.UnaryExpression
public abstract class UnaryExpression
Abstract base class for unary expressions.
Method Summary | |
---|---|
Expression |
getExpression()
Sets the parameter expression. |
ExpressionKind |
getExpressionKind()
Returns the kind of this expression. |
int |
getPrecedence()
Returns the precedence of this expression. |
SubtypeIndication |
getType()
Returns the type of this expression. |
void |
setExpression(Expression expression)
Sets the parameter expression. |
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 |
Method Detail |
---|
public Expression getExpression()
public void setExpression(Expression expression)
expression
- the parameter expressionpublic SubtypeIndication getType()
Expression
getType
in class Expression
public int getPrecedence()
Expression
getPrecedence
in class Expression
ExpressionPrecedences
public ExpressionKind getExpressionKind()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |