|
||||||||||
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.LogicalExpression
de.upb.hni.vmagic.expression.Nor
public class Nor
Nor expression.
Constructor Summary | |
---|---|
Nor(Expression left,
Expression right)
Creates a nor expression. |
Method Summary |
---|
Methods inherited from class de.upb.hni.vmagic.expression.LogicalExpression |
---|
getType |
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 Nor(Expression left, Expression right)
left
- the left-hand side expressionright
- the right-hand side expression
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |