Uses of Class
at.dms.kjc.JArrayLengthExpression

Packages that use JArrayLengthExpression
at.dms.kjc   
at.dms.kjc.common   
at.dms.kjc.lir Provides a set of low-level stubs (LIR stands for Low-level IR) for compiling to the original (and mostly obsolete) uniprocessor backend. 
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 JArrayLengthExpression in at.dms.kjc
 

Methods in at.dms.kjc with parameters of type JArrayLengthExpression
protected  void JArrayLengthExpression.deepCloneInto(JArrayLengthExpression other)
          Clones all fields of this into
 S ExpressionVisitorBase.visitArrayLength(JArrayLengthExpression self, T otherData)
           
 S ExpressionVisitor.visitArrayLength(JArrayLengthExpression self, T otherData)
           
 Object ReplacingVisitor.visitArrayLengthExpression(JArrayLengthExpression self, JExpression prefix)
          prints an array length expression
 Object Kopi2SIR.visitArrayLengthExpression(JArrayLengthExpression self, JExpression prefix)
          visits an array length expression
 void KjcVisitor.visitArrayLengthExpression(JArrayLengthExpression self, JExpression prefix)
          visits an array length expression
 void KjcPrettyPrinter.visitArrayLengthExpression(JArrayLengthExpression self, JExpression prefix)
          prints an array length expression
 void KjcEmptyVisitor.visitArrayLengthExpression(JArrayLengthExpression self, JExpression prefix)
          prints an array length expression
 Object EmptyAttributeVisitor.visitArrayLengthExpression(JArrayLengthExpression self, JExpression prefix)
          prints an array length expression
 T AttributeVisitor.visitArrayLengthExpression(JArrayLengthExpression self, JExpression prefix)
          visits an array length expression
 

Uses of JArrayLengthExpression in at.dms.kjc.common
 

Methods in at.dms.kjc.common with parameters of type JArrayLengthExpression
 void ToC.visitArrayLengthExpression(JArrayLengthExpression self, JExpression prefix)
          prints an array length expression
 

Uses of JArrayLengthExpression in at.dms.kjc.lir
 

Methods in at.dms.kjc.lir with parameters of type JArrayLengthExpression
 void LIRToC.visitArrayLengthExpression(JArrayLengthExpression self, JExpression prefix)
          prints an array length expression
 

Uses of JArrayLengthExpression in at.dms.kjc.sir
 

Methods in at.dms.kjc.sir with parameters of type JArrayLengthExpression
 void SIRToStreamIt.visitArrayLengthExpression(JArrayLengthExpression self, JExpression prefix)
          prints an array length expression
 

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

Methods in at.dms.kjc.sir.lowering with parameters of type JArrayLengthExpression
 Object ThreeAddressExpressionCheck.visitArrayLength(JArrayLengthExpression self, Stack<JExpression> context)
           
 Object Propagator.visitArrayLengthExpression(JArrayLengthExpression self, JExpression prefix)
          Visits an array length access expression
 

Uses of JArrayLengthExpression in at.dms.util
 

Methods in at.dms.util with parameters of type JArrayLengthExpression
 void IRPrinter.visitArrayLengthExpression(JArrayLengthExpression self, JExpression prefix)
          visits an array length expression