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 ParsedJavaSourceJavaManager. getParsedJavaSource(org.eclipse.core.resources.IResource resource)Gets a ParsedJavaSource instance from a resource.ParsedJavaSourceJavaManager. 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 voidJavaManager. flagRefactoringRequired(ParsedJavaSource js)A JavaSource flags the requirement for a refactoring operation.static java.lang.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 ParsedJavaSource Modifier and Type Field Description protected 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 ParsedJavaSource Modifier and Type Method Description abstract PROPJavaSourceFileProcessor. createPropertyContainer(ParsedJavaSource javaSource)Creates the property container for the data required by the processor when no saved XML is present at load-time.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 ParsedJavaSource Modifier and Type Method Description TypesContainerTypeFileProcessor. createPropertyContainer(ParsedJavaSource javaSource)Creates the property container for the data required by the processor when no saved XML is present at load-time.