Uses of Class
at.dms.kjc.JByteLiteral

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

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

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

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