Uses of Class
at.dms.kjc.JClassExpression

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

Methods in at.dms.kjc with parameters of type JClassExpression
protected  void JClassExpression.deepCloneInto(JClassExpression other)
          Clones all fields of this into
 S ExpressionVisitorBase.visitClass(JClassExpression self, T otherData)
           
 S ExpressionVisitor.visitClass(JClassExpression self, T otherData)
           
 Object Kopi2SIR.visitClassExpression(JClassExpression self, CType type)
          visits a class expression
 void KjcVisitor.visitClassExpression(JClassExpression self, CType type)
          visits a class expression
 void KjcPrettyPrinter.visitClassExpression(JClassExpression self, CType type)
          prints a class expression
 void KjcEmptyVisitor.visitClassExpression(JClassExpression self, CType type)
          prints a class expression
 Object EmptyAttributeVisitor.visitClassExpression(JClassExpression self, CType type)
          prints a class expression
 T AttributeVisitor.visitClassExpression(JClassExpression self, CType type)
          visits a class expression
 

Uses of JClassExpression in at.dms.kjc.common
 

Methods in at.dms.kjc.common with parameters of type JClassExpression
 void ToCCommon.visitClassExpression(JClassExpression self, CType type)
          Print a class Name.
 

Uses of JClassExpression in at.dms.kjc.sir
 

Methods in at.dms.kjc.sir with parameters of type JClassExpression
 void SIRToStreamIt.visitClassExpression(JClassExpression self, CType type)
          prints a class expression
 

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

Methods in at.dms.kjc.sir.lowering with parameters of type JClassExpression
 Object ThreeAddressExpressionCheck.visitClass(JClassExpression self, Stack<JExpression> context)
           
 

Uses of JClassExpression in at.dms.util
 

Methods in at.dms.util with parameters of type JClassExpression
 void IRPrinter.visitClassExpression(JClassExpression self, CType type)
          visits a class expression