Uses of Class
at.dms.kjc.JBooleanLiteral

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

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

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

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