Uses of Class
at.dms.kjc.JUnaryPromote

Packages that use JUnaryPromote
at.dms.kjc   
at.dms.kjc.common   
at.dms.kjc.sir Contains the heart of the StreamIt Intermediate Representation, or SIR for short. 
at.dms.kjc.sir.lowering Provides compiler passes that analyze or optimize the SIR, primarily within the code of each filter. 
at.dms.util   
 

Uses of JUnaryPromote in at.dms.kjc
 

Methods in at.dms.kjc with parameters of type JUnaryPromote
protected  void JUnaryPromote.deepCloneInto(JUnaryPromote other)
          Clones all fields of this into
 S ExpressionVisitorBase.visitUnaryPromote(JUnaryPromote self, T otherData)
           
 S ExpressionVisitor.visitUnaryPromote(JUnaryPromote self, T otherData)
           
 Object ReplacingVisitor.visitUnaryPromoteExpression(JUnaryPromote self, JExpression expr, CType type)
          prints a cast expression
 Object Kopi2SIR.visitUnaryPromoteExpression(JUnaryPromote self, JExpression expr, CType type)
          visits a cast expression
 void KjcVisitor.visitUnaryPromoteExpression(JUnaryPromote self, JExpression expr, CType type)
          visits a cast expression
 void KjcPrettyPrinter.visitUnaryPromoteExpression(JUnaryPromote self, JExpression expr, CType type)
          prints a cast expression
 void KjcEmptyVisitor.visitUnaryPromoteExpression(JUnaryPromote self, JExpression expr, CType type)
          prints a cast expression
 Object EmptyAttributeVisitor.visitUnaryPromoteExpression(JUnaryPromote self, JExpression expr, CType type)
          prints a cast expression
 T AttributeVisitor.visitUnaryPromoteExpression(JUnaryPromote self, JExpression expr, CType type)
          visits a cast expression
 

Uses of JUnaryPromote in at.dms.kjc.common
 

Methods in at.dms.kjc.common with parameters of type JUnaryPromote
 void ToCCommon.visitUnaryPromoteExpression(JUnaryPromote self, JExpression expr, CType type)
          prints a cast expression
 

Uses of JUnaryPromote in at.dms.kjc.sir
 

Methods in at.dms.kjc.sir with parameters of type JUnaryPromote
 void SIRToStreamIt.visitUnaryPromoteExpression(JUnaryPromote self, JExpression expr, CType type)
          prints a cast expression
 

Uses of JUnaryPromote in at.dms.kjc.sir.lowering
 

Methods in at.dms.kjc.sir.lowering with parameters of type JUnaryPromote
 Object ThreeAddressExpressionCheck.visitUnaryPromote(JUnaryPromote self, Stack<JExpression> context)
           
 Object Propagator.visitUnaryPromoteExpression(JUnaryPromote self, JExpression expr, CType type)
          visits a type promotion expression
 

Uses of JUnaryPromote in at.dms.util
 

Methods in at.dms.util with parameters of type JUnaryPromote
 void IRPrinter.visitUnaryPromoteExpression(JUnaryPromote self, JExpression expr, CType type)
          visits a cast expression