Uses of Class
com.iizigo.java.parser.JavaSourceFileProcessor
Packages that use JavaSourceFileProcessor Package Description com.iizigo.java.parser com.iizigo.java.parser.annotation com.iizigo.java.parser.type Uses of JavaSourceFileProcessor in com.iizigo.java.parser
Methods in com.iizigo.java.parser that return JavaSourceFileProcessor Modifier and Type Method Description JavaSourceFileProcessor<?>[]ParsedJavaSource. getJavaSourceFileProcessors()Gets Java source the processors.JavaSourceFileProcessor<PROP>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 JavaSourceFileProcessor Modifier and Type Method Description JavaSourceFileProcessor<AnnotationsContainer>AnnotationsEngine. 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.type Modifier and Type Class Description classTypeFileProcessorClass 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 JavaSourceFileProcessor Modifier and Type Method Description JavaSourceFileProcessor<TypesContainer>TypeEngine. isHandled(org.eclipse.core.resources.IFile sourceFile)Checks if the parser wishes to handle the file in question.