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 TypeMethodDescriptionvoidJavaManager.flagRefactoringRequired(ParsedJavaSource js) A JavaSource flags the requirement for a refactoring operation.static StringJavaHelper.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 ParsedJavaSourceJavaSourceFileProcessor.javaSourceThe ParsedJavaSource reference, set after call to theinitializemethod, do not use prior to that, it is null.Methods in com.iizigo.java.parser with parameters of type ParsedJavaSourceModifier and TypeMethodDescriptionabstract PROPJavaSourceFileProcessor.createPropertyContainer(ParsedJavaSource javaSource) Creates the property container for the data required by the processor when no saved XML is present at load-time.final voidJavaSourceFileProcessor.initialize(ParsedJavaSource javaSource, GProp<?> container) Framework call to initialize, callsonInitializeafter having saved thejavaSourceandcontainerparameters 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.