Uses of Class
at.dms.kjc.JLongLiteral

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

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

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

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

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