Package jamopp.parser.jdt.singlefile
Class ParsePostProcessor
- java.lang.Object
-
- jamopp.parser.jdt.singlefile.ParsePostProcessor
-
public class ParsePostProcessor extends Object
Utility class that enhances and simplifies a Java model based on Java language specifics.
-
-
Constructor Summary
Constructors Constructor Description ParsePostProcessor()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
complete(EObject obj)
Main method to perform the completion and expression simplification for the given resource.
-
-
-
Method Detail
-
complete
public static void complete(EObject obj)
Main method to perform the completion and expression simplification for the given resource.- Parameters:
obj
- the resource to complete and simplify.
-
-