Uses of Class
at.dms.kjc.JNewArrayExpression

Packages that use JNewArrayExpression
at.dms.kjc   
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 JNewArrayExpression in at.dms.kjc
 

Methods in at.dms.kjc with parameters of type JNewArrayExpression
protected  void JNewArrayExpression.deepCloneInto(JNewArrayExpression other)
          Clones all fields of this into
 S ExpressionVisitorBase.visitNewArray(JNewArrayExpression self, T otherData)
           
 S ExpressionVisitor.visitNewArray(JNewArrayExpression self, T otherData)
           
 Object ReplacingVisitor.visitNewArrayExpression(JNewArrayExpression self, CType type, JExpression[] dims, JArrayInitializer init)
          prints an array allocator expression
 Object Kopi2SIR.visitNewArrayExpression(JNewArrayExpression self, CType type, JExpression[] dims, JArrayInitializer init)
          visits an array allocator expression.
 void KjcVisitor.visitNewArrayExpression(JNewArrayExpression self, CType type, JExpression[] dims, JArrayInitializer init)
          visits an array allocator expression
 void KjcPrettyPrinter.visitNewArrayExpression(JNewArrayExpression self, CType type, JExpression[] dims, JArrayInitializer init)
          prints an array allocator expression
 void KjcEmptyVisitor.visitNewArrayExpression(JNewArrayExpression self, CType type, JExpression[] dims, JArrayInitializer init)
          prints an array allocator expression
 Object EmptyAttributeVisitor.visitNewArrayExpression(JNewArrayExpression self, CType type, JExpression[] dims, JArrayInitializer init)
          prints an array allocator expression
 T AttributeVisitor.visitNewArrayExpression(JNewArrayExpression self, CType type, JExpression[] dims, JArrayInitializer init)
          visits an array allocator expression
 

Uses of JNewArrayExpression in at.dms.kjc.sir
 

Methods in at.dms.kjc.sir with parameters of type JNewArrayExpression
 void SIRToStreamIt.visitNewArrayExpression(JNewArrayExpression self, CType type, JExpression[] dims, JArrayInitializer init)
          prints an array allocator expression
 

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

Methods in at.dms.kjc.sir.lowering with parameters of type JNewArrayExpression
 Object ThreeAddressExpressionCheck.visitNewArray(JNewArrayExpression self, Stack<JExpression> context)
           
 Object Propagator.visitNewArrayExpression(JNewArrayExpression self, CType type, JExpression[] dims, JArrayInitializer init)
          Visits an array allocator expression
 

Uses of JNewArrayExpression in at.dms.util
 

Methods in at.dms.util with parameters of type JNewArrayExpression
 void IRPrinter.visitNewArrayExpression(JNewArrayExpression self, CType type, JExpression[] dims, JArrayInitializer init)
          visits an array allocator expression