IntelliJ Community . PsiDocumentation

 
PsiDocumentation 

HOME INDEX SEARCH CHANGES GO  

In the spirit of PluginDocumentation, this is a place to collect knowledge about the ProgramStructureInterface.



Difference between PsiClass.getMethods() and PsiClass.getAllMethods()

PsiClass.getMethods() returns only methods directly implemented by the class.
PsiClass.getAllMethods() returns all methods, including inherited ones.

-- ThomasVollmer - 02 Dec 2002 (top)

e d i t a t t a c h r e f - b y d i f f s m o r e
Have ideas, requests, problems regarding this site? Send feedback.
Copyright © 2000-2003 by the contributing authors. All materials at intellij.org are the property of the contributing authors.