Uses of Class
tip.node.EBinop

Packages that use EBinop
tip.node Provides node classes for representing the TIP ASTs. 
 

Uses of EBinop in tip.node
 

Methods in tip.node that return EBinop
abstract  EBinop PBinop.kindPBinop()
          Returns the EBinop corresponding to the type of this PBinop node.
 EBinop ATimesBinop.kindPBinop()
          Returns the EBinop corresponding to the type of this PBinop node.
 EBinop APlusBinop.kindPBinop()
          Returns the EBinop corresponding to the type of this PBinop node.
 EBinop AMinusBinop.kindPBinop()
          Returns the EBinop corresponding to the type of this PBinop node.
 EBinop AGtBinop.kindPBinop()
          Returns the EBinop corresponding to the type of this PBinop node.
 EBinop AEqBinop.kindPBinop()
          Returns the EBinop corresponding to the type of this PBinop node.
 EBinop ADivideBinop.kindPBinop()
          Returns the EBinop corresponding to the type of this PBinop node.
static EBinop EBinop.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EBinop[] EBinop.values()
          Returns an array containing the constants of this enum type, in the order they are declared.