Uses of Class
at.dms.kjc.JShortLiteral

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

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

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

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