com.eu.miscedautils.vhdlparser
Class FVhPExprBinary

java.lang.Object
  extended by com.eu.miscedautils.BaseHDLObject.BaseHDL
      extended by com.eu.miscedautils.vhdlparser.FVhPBase
          extended by com.eu.miscedautils.vhdlparser.FVhPExprBase
              extended by com.eu.miscedautils.vhdlparser.FVhPExprBinary
All Implemented Interfaces:
java.io.Serializable

public class FVhPExprBinary
extends FVhPExprBase

See Also:
Serialized Form

Nested Class Summary
static class FVhPExprBinary.OpType
           
 
Nested classes/interfaces inherited from class com.eu.miscedautils.vhdlparser.FVhPExprBase
FVhPExprBase.ExprType
 
Nested classes/interfaces inherited from class com.eu.miscedautils.vhdlparser.FVhPBase
FVhPBase.ObjectClass, FVhPBase.ObjType
 
Nested classes/interfaces inherited from class com.eu.miscedautils.BaseHDLObject.BaseHDL
BaseHDL.ParserType
 
Constructor Summary
FVhPExprBinary(java.lang.Integer line, FVhPExprBase left, FVhPExprBase right, FVhPExprBinary.OpType op)
           
 
Method Summary
 boolean elaborate()
           
 FVhPExprBase evaluate()
           
 FVhPBase getFlattenedRange()
           
 FVhPExprBase getLeft()
           
 FVhPExprBinary.OpType getOptype()
           
 FVhPExprBase getRight()
           
 java.lang.String print()
           
 java.lang.String printDecl()
           
 void setLeft(FVhPExprBase left)
           
 void setOptype(FVhPExprBinary.OpType optype)
           
 void setRight(FVhPExprBase right)
           
 
Methods inherited from class com.eu.miscedautils.vhdlparser.FVhPExprBase
getEvaluatedIntegerValue, getEvaluatedval, getSubtypeIndication, getType, setEvaluatedval, setSubtypeIndication, setType
 
Methods inherited from class com.eu.miscedautils.vhdlparser.FVhPBase
getFile, getLine, getObjType, getScope, setFile, setLine, setObjType, setScope
 
Methods inherited from class com.eu.miscedautils.BaseHDLObject.BaseHDL
getParserType, setParserType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FVhPExprBinary

public FVhPExprBinary(java.lang.Integer line,
                      FVhPExprBase left,
                      FVhPExprBase right,
                      FVhPExprBinary.OpType op)
Method Detail

getOptype

public FVhPExprBinary.OpType getOptype()

setOptype

public void setOptype(FVhPExprBinary.OpType optype)

getLeft

public FVhPExprBase getLeft()

setLeft

public void setLeft(FVhPExprBase left)

getRight

public FVhPExprBase getRight()

setRight

public void setRight(FVhPExprBase right)

evaluate

public FVhPExprBase evaluate()
Specified by:
evaluate in class FVhPExprBase

print

public java.lang.String print()
Specified by:
print in class FVhPExprBase

elaborate

public boolean elaborate()
Specified by:
elaborate in class FVhPExprBase

printDecl

public java.lang.String printDecl()
Specified by:
printDecl in class FVhPBase

getFlattenedRange

public FVhPBase getFlattenedRange()
Specified by:
getFlattenedRange in class FVhPBase