Uses of Class
at.dms.kjc.JDoubleLiteral

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

Methods in at.dms.kjc with parameters of type JDoubleLiteral
protected  void JDoubleLiteral.deepCloneInto(JDoubleLiteral other)
          Clones all fields of this into
 Object Kopi2SIR.visitDoubleLiteral(JDoubleLiteral self, double value)
          visits a double literal
 Object EmptyAttributeVisitor.visitDoubleLiteral(JDoubleLiteral self, double value)
          visits a double literal
 T AttributeVisitor.visitDoubleLiteral(JDoubleLiteral self, double value)
          visits a double literal
 S ExpressionVisitorBase.visitDoubleLiteral(JDoubleLiteral self, T otherData)
           
 S ExpressionVisitor.visitDoubleLiteral(JDoubleLiteral self, T otherData)
           
 

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

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