Uses of Class
com.iizigo.java.parser.ParsedJavaSource
Packages that use ParsedJavaSource
Uses of ParsedJavaSource in com.iizigo.java
Methods in com.iizigo.java that return ParsedJavaSourceModifier 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.Methods in com.iizigo.java that return types with arguments of type ParsedJavaSourceModifier and TypeMethodDescriptionJavaManager.getAllParsedSources()
Gets a new array of all ParsedJavaSource files containing a TypeFileProcessor and are valid.Methods in com.iizigo.java with parameters of type ParsedJavaSourceModifier 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
Fields in com.iizigo.java.parser declared as ParsedJavaSourceModifier and TypeFieldDescriptionprotected ParsedJavaSource
JavaSourceFileProcessor.javaSource
The ParsedJavaSource reference, set after call to theinitialize
method, do not use prior to that, it is null.Methods in com.iizigo.java.parser with parameters of type ParsedJavaSourceModifier 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
Methods in com.iizigo.java.parser.type with parameters of type ParsedJavaSourceModifier 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.