Uses of Class
at.dms.kjc.JIntLiteral

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

Uses of JIntLiteral in at.dms.kjc
 

Methods in at.dms.kjc that return JIntLiteral
 JIntLiteral JIntLiteral.getOppositeLiteral()
          Returns a literal with the sign inverted.
 

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

Uses of JIntLiteral in at.dms.kjc.rstream
 

Methods in at.dms.kjc.rstream with parameters of type JIntLiteral
static JStatement GenerateCCode.makeDoLoop(JStatement body, JLocalVariable var, JIntLiteral count)
          Returns a do loop that uses local variable *var* to count *count* times with the body of the loop being *body*.
 

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

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