Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.lookup.LocalTypeBinding
Packages that use LocalTypeBinding
Package
Description
-
Uses of LocalTypeBinding in org.aspectj.ajdt.internal.compiler.lookup
Methods in org.aspectj.ajdt.internal.compiler.lookup with parameters of type LocalTypeBindingModifier and TypeMethodDescriptionvoidAjLookupEnvironment.anonymousTypeBindingCreated(LocalTypeBinding aBinding) Callback driven when the compiler detects an anonymous type during block resolution.voidAnonymousClassCreationListener.anonymousTypeBindingCreated(LocalTypeBinding aBinding) -
Uses of LocalTypeBinding in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Fields in org.aspectj.org.eclipse.jdt.internal.compiler.ast with type parameters of type LocalTypeBindingMethods in org.aspectj.org.eclipse.jdt.internal.compiler.ast with parameters of type LocalTypeBindingModifier and TypeMethodDescriptionvoidLambdaExpression.addLocalType(LocalTypeBinding localTypeBinding) voidCompilationUnitDeclaration.record(LocalTypeBinding localType) -
Uses of LocalTypeBinding in org.aspectj.org.eclipse.jdt.internal.compiler.lookup
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.lookup with parameters of type LocalTypeBindingModifier and TypeMethodDescriptionchar[]CompilationUnitScope.computeConstantPoolName(LocalTypeBinding localType) Constructors in org.aspectj.org.eclipse.jdt.internal.compiler.lookup with parameters of type LocalTypeBinding -
Uses of LocalTypeBinding in org.aspectj.org.eclipse.jdt.internal.compiler.problem
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.problem with parameters of type LocalTypeBindingModifier and TypeMethodDescriptionvoidProblemReporter.allocationInStaticContext(ASTNode location, LocalTypeBinding allocatedType)