Uses of Class
at.dms.kjc.JUnaryPlusExpression

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

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

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

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