Uses of Class
com.iizigo.java.parser.ParsedJavaSource
Uses of ParsedJavaSource in com.iizigo.java
Modifier and TypeMethodDescriptionJavaManager.getParsedJavaSource
(org.eclipse.core.resources.IResource resource) Gets a ParsedJavaSource instance from a resource.JavaManager.getParsedJavaSource
(org.eclipse.jdt.core.IType type) Gets a ParsedJavaSource instance from a type.Modifier and TypeMethodDescriptionJavaManager.getAllParsedSources()
Gets a new array of all ParsedJavaSource files containing a TypeFileProcessor and are valid.Modifier and TypeMethodDescriptionvoid
JavaManager.flagRefactoringRequired
(ParsedJavaSource js) A JavaSource flags the requirement for a refactoring operation.static String
JavaHelper.getSimpleSignature
(org.eclipse.jdt.core.dom.IMethodBinding method, ParsedJavaSource psj) Builds the signature of a method or constructor.Uses of ParsedJavaSource in com.iizigo.java.parser
Modifier and TypeFieldDescriptionprotected ParsedJavaSource
JavaSourceFileProcessor.javaSource
The ParsedJavaSource reference, set after call to theinitialize
method, do not use prior to that, it is null.Modifier and TypeMethodDescriptionabstract PROP
JavaSourceFileProcessor.createPropertyContainer
(ParsedJavaSource javaSource) Creates the property container for the data required by the processor when no saved XML is present at load-time.final void
JavaSourceFileProcessor.initialize
(ParsedJavaSource javaSource, GProp<?> container) Framework call to initialize, callsonInitialize
after having saved thejavaSource
andcontainer
parameters in the class members of the same names.Uses of ParsedJavaSource in com.iizigo.java.parser.type
Modifier and TypeMethodDescriptionTypeFileProcessor.createPropertyContainer
(ParsedJavaSource javaSource) Creates the property container for the data required by the processor when no saved XML is present at load-time.