Uses of Class
com.iizigo.java.parser.JavaSourceFileProcessor
Packages that use JavaSourceFileProcessor
Package
Description
Uses of JavaSourceFileProcessor in com.iizigo.java.parser
Methods in com.iizigo.java.parser that return JavaSourceFileProcessorModifier and TypeMethodDescriptionParsedJavaSource.getJavaSourceFileProcessors()Gets Java source the processors.IJavaSourceParser.isHandled(org.eclipse.core.resources.IFile sourceFile) Checks if the parser wishes to handle the file in question.Uses of JavaSourceFileProcessor in com.iizigo.java.parser.annotation
Methods in com.iizigo.java.parser.annotation that return JavaSourceFileProcessorModifier and TypeMethodDescriptionAnnotationsEngine.isHandled(org.eclipse.core.resources.IFile sourceFile) Checks if the parser wishes to handle the file in question.Uses of JavaSourceFileProcessor in com.iizigo.java.parser.type
Subclasses of JavaSourceFileProcessor in com.iizigo.java.parser.typeModifier and TypeClassDescriptionclassClass parsing a Java source file to syntax-check and reference validation of classes and methods to the IIZI property tree as well as re-factoring of the Java source code when properties are changed.Methods in com.iizigo.java.parser.type that return JavaSourceFileProcessorModifier and TypeMethodDescriptionTypeEngine.isHandled(org.eclipse.core.resources.IFile sourceFile) Checks if the parser wishes to handle the file in question.