PsiClass getInitializers
PsiClassInitializer[] getInitializers()
Returns the list of class initializers for the class.
is "initializers" in the javadoc above have the same meaning as
"initialization blocks (static and otherwise) contained within the class in question"?
Please sign in to leave a comment.
Hello softwarevisualization,
Yes.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
thanks!