Uses of Class
at.dms.kjc.JMultExpression

Packages that use JMultExpression
at.dms.kjc   
at.dms.kjc.sir.lowering Provides compiler passes that analyze or optimize the SIR, primarily within the code of each filter. 
 

Uses of JMultExpression in at.dms.kjc
 

Methods in at.dms.kjc with parameters of type JMultExpression
protected  void JMultExpression.deepCloneInto(JMultExpression other)
          Clones all fields of this into
 S ExpressionVisitorBase.visitMult(JMultExpression self, T otherData)
           
 S ExpressionVisitor.visitMult(JMultExpression self, T otherData)
           
 

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

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