Uses of Class
at.dms.kjc.JMethodCallExpression

Packages that use JMethodCallExpression
at.dms.kjc   
 

Uses of JMethodCallExpression in at.dms.kjc
 

Methods in at.dms.kjc that return JMethodCallExpression
 JMethodCallExpression CMethodNotFoundError.getCaller()
          Returns the caller of the method that was not found.
 

Methods in at.dms.kjc with parameters of type JMethodCallExpression
 void KjcPrettyPrinter.visitMethodCallExpression(JMethodCallExpression self, JExpression prefix, java.lang.String ident, JExpression[] args)
          prints a method call expression
 void KjcVisitor.visitMethodCallExpression(JMethodCallExpression self, JExpression prefix, java.lang.String ident, JExpression[] args)
          visits a method call expression
 

Constructors in at.dms.kjc with parameters of type JMethodCallExpression
CMethodNotFoundError(TokenReference where, JMethodCallExpression caller, java.lang.String name, CType[] types)
          Constructs an error with information about the method call.