Interface JdtResolver
- All Known Implementing Classes:
UtilJdtResolverImpl
public interface JdtResolver
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getAdditionalField
(String name) getAdditionalField
(org.eclipse.jdt.core.dom.IVariableBinding binding) getAdditionalLocalVariable
(String varName) getAdditionalLocalVariable
(org.eclipse.jdt.core.dom.IVariableBinding binding) getAnnotation
(String annotName) getAnnotation
(org.eclipse.jdt.core.dom.ITypeBinding binding) getAnonymousClass
(String typeName) getAnonymousClass
(org.eclipse.jdt.core.dom.ITypeBinding binding) getCatchParameter
(String paramName) getCatchParameter
(org.eclipse.jdt.core.dom.IVariableBinding binding) getClass
(org.eclipse.jdt.core.dom.ITypeBinding binding) getClassifier
(org.eclipse.jdt.core.dom.ITypeBinding binding) getClassMethod
(String methodName) getClassMethod
(org.eclipse.jdt.core.dom.IMethodBinding binding) getConstructor
(String methName) getConstructor
(org.eclipse.jdt.core.dom.IMethodBinding binding) getEnumConstant
(String enumCN) getEnumConstant
(org.eclipse.jdt.core.dom.IVariableBinding binding) getEnumeration
(org.eclipse.jdt.core.dom.ITypeBinding binding) getField
(org.eclipse.jdt.core.dom.IVariableBinding binding) getInterface
(org.eclipse.jdt.core.dom.ITypeBinding binding) getInterfaceMethod
(String methodName) getInterfaceMethod
(org.eclipse.jdt.core.dom.IMethodBinding binding) getLocalVariable
(String varName) getLocalVariable
(org.eclipse.jdt.core.dom.IVariableBinding binding) getMethod
(org.eclipse.jdt.core.dom.IMethodBinding binding) getModule
(org.eclipse.jdt.core.dom.IModuleBinding binding) getOrdinaryParameter
(String paramName) getOrdinaryParameter
(org.eclipse.jdt.core.dom.IVariableBinding binding) getPackage
(String packageName) getPackage
(org.eclipse.jdt.core.dom.IPackageBinding binding) getReferencableElement
(org.eclipse.jdt.core.dom.IVariableBinding binding) getTypeParameter
(org.eclipse.jdt.core.dom.ITypeBinding binding) getVariableLengthParameter
(org.eclipse.jdt.core.dom.IVariableBinding binding) void
void
-
Method Details
-
setResourceSet
-
getModule
-
getModule
-
getPackage
-
getPackage
-
getAnnotation
-
getAnnotation
-
getEnumeration
-
getClass
-
getInterface
-
getTypeParameter
-
getClassifier
-
getInterfaceMethod
-
getInterfaceMethod
-
getClassMethod
-
getClassMethod
-
getConstructor
-
getConstructor
-
getMethod
-
getClass
-
getAnonymousClass
-
getAnonymousClass
-
getField
-
getField
-
getEnumConstant
-
getEnumConstant
-
getAdditionalField
-
getAdditionalField
-
getLocalVariable
-
getLocalVariable
-
getAdditionalLocalVariable
AdditionalLocalVariable getAdditionalLocalVariable(org.eclipse.jdt.core.dom.IVariableBinding binding) -
getAdditionalLocalVariable
-
getOrdinaryParameter
-
getOrdinaryParameter
-
getVariableLengthParameter
VariableLengthParameter getVariableLengthParameter(org.eclipse.jdt.core.dom.IVariableBinding binding) -
getCatchParameter
-
getCatchParameter
-
prepareNextUid
void prepareNextUid() -
getReferencableElement
-
getReferenceableElementByNameMatching
-
completeResolution
void completeResolution()
-