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"?

0
Avatar
Permanently deleted user

Hello softwarevisualization,

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"?


Yes.

--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"


0
Avatar
Permanently deleted user

thanks!

0

请先登录再写评论。