Uses of Class
at.dms.kjc.JUnaryMinusExpression

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

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

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

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