|
||||||||||
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.BinaryExpression
de.upb.hni.vmagic.expression.AddingExpression
de.upb.hni.vmagic.expression.Subtract
public class Subtract
Subtraction expression.
Constructor Summary | |
---|---|
Subtract(Expression left,
Expression right)
Creates a subtract expression. |
Method Summary | |
---|---|
SubtypeIndication |
getType()
Returns the type of this expression. |
Methods inherited from class de.upb.hni.vmagic.expression.BinaryExpression |
---|
getExpressionKind, getLeft, getPrecedence, getRight, setLeft, setRight |
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 Subtract(Expression left, Expression right)
left
- the left-hand side expressionright
- the right-hand side expressionMethod Detail |
---|
public SubtypeIndication getType()
Expression
getType
in class Expression
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |