Uses of Class
at.dms.kjc.JNullLiteral

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

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

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

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