Uses of Class
com.iizigo.java.parser.ParsedJavaSource
Packages that use ParsedJavaSource Package Description com.iizigo.java com.iizigo.java.parser com.iizigo.java.parser.type Uses of ParsedJavaSource in com.iizigo.java
Methods in com.iizigo.java that return ParsedJavaSource Modifier and Type Method Description ParsedJavaSource
JavaManager. getParsedJavaSource(org.eclipse.core.resources.IResource resource)
Gets a ParsedJavaSource instance from a resource.ParsedJavaSource
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 ParsedJavaSource Modifier and Type Method Description java.util.ArrayList<ParsedJavaSource>
JavaManager. getAllParsedSources()
Gets a new array of all ParsedJavaSource files containing a TypeFileProcessor and are valid.Methods in com.iizigo.java with parameters of type ParsedJavaSource Modifier and Type Method Description void
JavaManager. flagRefactoringRequired(ParsedJavaSource js)
A JavaSource flags the requirement for a refactoring operation.static java.lang.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 ParsedJavaSource Modifier and Type Field Description protected 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 ParsedJavaSource Modifier and Type Method Description abstract 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.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 ParsedJavaSource Modifier and Type Method Description TypesContainer
TypeFileProcessor. createPropertyContainer(ParsedJavaSource javaSource)
Creates the property container for the data required by the processor when no saved XML is present at load-time.