Package org.eclipse.jdt.core.dom
Class ASTUtils
java.lang.Object
org.eclipse.jdt.core.dom.ASTUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcleanupEnvironment(org.eclipse.jdt.core.dom.AST ast) static voidmayTolerateMissingType(org.eclipse.jdt.core.dom.AST ast) static org.eclipse.jdt.core.dom.IAnnotationBinding[]resolvePackageAnnotations(org.eclipse.jdt.core.dom.AST ast, String packageName) static org.eclipse.jdt.core.dom.ITypeBindingresolveType(org.eclipse.jdt.core.dom.AST ast, String name) static Stringsignature(org.eclipse.jdt.core.dom.IMethodBinding methodBinding)
-
Method Details
-
mayTolerateMissingType
public static void mayTolerateMissingType(org.eclipse.jdt.core.dom.AST ast) -
cleanupEnvironment
public static void cleanupEnvironment(org.eclipse.jdt.core.dom.AST ast) -
resolveType
@Nullable public static org.eclipse.jdt.core.dom.ITypeBinding resolveType(org.eclipse.jdt.core.dom.AST ast, String name) -
resolvePackageAnnotations
public static org.eclipse.jdt.core.dom.IAnnotationBinding[] resolvePackageAnnotations(org.eclipse.jdt.core.dom.AST ast, String packageName) -
signature
-