| java.lang.Object core.AbstractAST core.CompilationUnitParser
CompilationUnitParser | public class CompilationUnitParser extends AbstractAST (Code) | | This is class is used by the ActionUtil for initialize
the rename dialog.
author: sh |
Method Summary | |
public FieldDeclaration | parseFieldDeclarations(ICompilationUnit unit, String name) This method parses all field declarations for the given name in
the given compilation unit. |
parseFieldDeclarations | public FieldDeclaration parseFieldDeclarations(ICompilationUnit unit, String name)(Code) | | This method parses all field declarations for the given name in
the given compilation unit.
Parameters: unit - the compilation unit to parse Parameters: name - the field name searching for field a field declaration instance of the found field type |
Methods inherited from core.AbstractAST | protected CompilationUnit parse(ICompilationUnit lwUnit)(Code)(Java Doc)
|
|
|