Uses of Class
at.dms.kjc.JInstanceofExpression

Packages that use JInstanceofExpression
at.dms.kjc   
 

Uses of JInstanceofExpression in at.dms.kjc
 

Methods in at.dms.kjc with parameters of type JInstanceofExpression
 void KjcPrettyPrinter.visitInstanceofExpression(JInstanceofExpression self, JExpression expr, CType dest)
          prints an instanceof expression
 void KjcVisitor.visitInstanceofExpression(JInstanceofExpression self, JExpression expr, CType dest)
          visits an instanceof expression