Uses of Class
at.dms.kjc.JFloatLiteral

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

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

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

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