[llvm-commits] CVS: llvm-java/include/llvm/Java/ClassFile.h

Alkis Evlogimenos alkis at cs.uiuc.edu
Sat Dec 11 15:27:49 PST 2004



Changes in directory llvm-java/include/llvm/Java:

ClassFile.h updated: 1.25 -> 1.26
---
Log message:

Provide method to check if a native method is overloaded.


---
Diffs of the changes:  (+1 -0)

Index: llvm-java/include/llvm/Java/ClassFile.h
diff -u llvm-java/include/llvm/Java/ClassFile.h:1.25 llvm-java/include/llvm/Java/ClassFile.h:1.26
--- llvm-java/include/llvm/Java/ClassFile.h:1.25	Wed Sep 29 17:31:59 2004
+++ llvm-java/include/llvm/Java/ClassFile.h	Sat Dec 11 17:27:38 2004
@@ -105,6 +105,7 @@
     const Attributes& getAttributes() const { return attributes_; }
 
     Method* getMethod(const std::string& nameAndDescr) const;
+    bool isNativeMethodOverloaded(const Method& method) const;
 
     std::ostream& dump(std::ostream& os) const;
 






More information about the llvm-commits mailing list