de.upb.hni.vmagic.expression
Class And

java.lang.Object
  extended by de.upb.hni.vmagic.VhdlElement
      extended by de.upb.hni.vmagic.expression.Expression
          extended by de.upb.hni.vmagic.expression.BinaryExpression
              extended by de.upb.hni.vmagic.expression.LogicalExpression
                  extended by de.upb.hni.vmagic.expression.And
All Implemented Interfaces:
Choice

public class And
extends LogicalExpression

And expression.


Constructor Summary
And(Expression left, Expression right)
          Creates a new and 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

And

public And(Expression left,
           Expression right)
Creates a new and expression.

Parameters:
left - the left-hand side expression
right - the right-hand side expression