Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » get Block of class ASTparser(get Block of class from TypeDeclaration ASTparser)
get Block of class ASTparser [message #1733160] Tue, 24 May 2016 20:38
ahmed albashir is currently offline ahmed albashirFriend
Messages: 7
Registered: May 2016
Junior Member
hi
I want to get block of class to To search for specific method inside,
i am using code blow to get the all name of class i need code to Determination Block of specific class

my code :
public boolean visit(TypeDeclaration typeDeclarationStatement) {


System.out.println("clas name new 2: "+typeDeclarationStatement.getName());


return true;
}
Previous Topic:Javadoc and @NonNull
Next Topic:Problem creation WSDL with eclipse
Goto Forum:
  


Current Time: Fri Apr 26 05:47:52 GMT 2024

Powered by FUDForum. Page generated in 0.02943 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top