Uses of Class
com.iizigo.java.parser.JavaSourceFileProcessor
Package
Description
Uses of JavaSourceFileProcessor in com.iizigo.java.parser
Modifier 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
Modifier 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
Modifier and TypeClassDescriptionclass
Class 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.Modifier and TypeMethodDescriptionTypeEngine.isHandled
(org.eclipse.core.resources.IFile sourceFile) Checks if the parser wishes to handle the file in question.