Uses of Class
at.dms.kjc.JCharLiteral

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

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

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

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