Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.ast.MessageSend
Packages that use MessageSend
Package
Description
The Java DOM/AST is the set of classes that model the source code of a Java program
as a structured document.
-
Uses of MessageSend in org.aspectj.ajdt.internal.compiler.ast
Subclasses of MessageSend in org.aspectj.ajdt.internal.compiler.astModifier and TypeClassDescriptionclassclassUsed to represent any method call to a method namedproceed.Methods in org.aspectj.ajdt.internal.compiler.ast with parameters of type MessageSendModifier and TypeMethodDescriptionvoidAccessForInlineVisitor.endVisit(MessageSend send, BlockScope scope) voidInterSuperFixerVisitor.endVisit(MessageSend send, BlockScope scope) voidSuperFixerVisitor.endVisit(MessageSend call, BlockScope scope) static voidAstUtil.replaceMethodBinding(MessageSend send, MethodBinding newBinding) booleanProceedVisitor.visit(MessageSend call, BlockScope scope) booleanThisJoinPointVisitor.visit(MessageSend call, BlockScope scope) Constructors in org.aspectj.ajdt.internal.compiler.ast with parameters of type MessageSend -
Uses of MessageSend in org.aspectj.ajdt.internal.compiler.parser
Methods in org.aspectj.ajdt.internal.compiler.parser that return MessageSendMethods in org.aspectj.ajdt.internal.compiler.parser with parameters of type MessageSend -
Uses of MessageSend in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type MessageSend -
Uses of MessageSend in org.aspectj.org.eclipse.jdt.internal.codeassist
Methods in org.aspectj.org.eclipse.jdt.internal.codeassist with parameters of type MessageSendModifier and TypeMethodDescriptionvoidThrownExceptionFinder.endVisit(MessageSend messageSend, BlockScope scope) -
Uses of MessageSend in org.aspectj.org.eclipse.jdt.internal.codeassist.complete
Subclasses of MessageSend in org.aspectj.org.eclipse.jdt.internal.codeassist.completeModifier and TypeClassDescriptionclassclassclassInitially (https://bugs.eclipse.org/106450) this class was only used when an invocation has actual type arguments.Methods in org.aspectj.org.eclipse.jdt.internal.codeassist.complete that return MessageSendModifier and TypeMethodDescriptionprotected MessageSendCompletionParser.newMessageSend()protected MessageSendCompletionParser.newMessageSendWithTypeArguments()Methods in org.aspectj.org.eclipse.jdt.internal.codeassist.complete with parameters of type MessageSendModifier and TypeMethodDescriptionvoidCompletionNodeDetector.endVisit(MessageSend messageSend, BlockScope scope) booleanCompletionNodeDetector.visit(MessageSend messageSend, BlockScope scope) -
Uses of MessageSend in org.aspectj.org.eclipse.jdt.internal.codeassist.select
Subclasses of MessageSend in org.aspectj.org.eclipse.jdt.internal.codeassist.selectMethods in org.aspectj.org.eclipse.jdt.internal.codeassist.select that return MessageSendModifier and TypeMethodDescriptionprotected MessageSendSelectionParser.newMessageSend()protected MessageSendSelectionParser.newMessageSendWithTypeArguments() -
Uses of MessageSend in org.aspectj.org.eclipse.jdt.internal.compiler
Methods in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type MessageSendModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(MessageSend messageSend, BlockScope scope) booleanASTVisitor.visit(MessageSend messageSend, BlockScope scope) booleanGenericAstVisitor.visit(MessageSend messageSend, BlockScope scope) -
Uses of MessageSend in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Subclasses of MessageSend in org.aspectj.org.eclipse.jdt.internal.compiler.astFields in org.aspectj.org.eclipse.jdt.internal.compiler.ast declared as MessageSendMethods in org.aspectj.org.eclipse.jdt.internal.compiler.ast with parameters of type MessageSendModifier and TypeMethodDescriptionstatic FlowInfoFakedTrackingVariable.analyseCloseableAcquisition(BlockScope scope, FlowInfo flowInfo, FlowContext flowContext, MessageSend acquisition) Check if a message send acquires a closeable from its receiver, see: Bug 463320 - [compiler][resource] potential "resource leak" problem disappears when local variable inlined -
Uses of MessageSend in org.aspectj.org.eclipse.jdt.internal.compiler.parser
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.parser that return MessageSendModifier and TypeMethodDescriptionParser.IDeclarationFactory.createProceed(MessageSend m) protected MessageSendParser.newMessageSend()protected MessageSendParser.newMessageSendWithTypeArguments()Methods in org.aspectj.org.eclipse.jdt.internal.compiler.parser with parameters of type MessageSend -
Uses of MessageSend in org.aspectj.org.eclipse.jdt.internal.compiler.problem
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.problem with parameters of type MessageSendModifier and TypeMethodDescriptionvoidProblemReporter.errorNoMethodFor(MessageSend messageSend, TypeBinding recType, TypeBinding[] params) voidProblemReporter.invalidMethod(MessageSend messageSend, MethodBinding method, Scope scope) voidProblemReporter.javadocErrorNoMethodFor(MessageSend messageSend, TypeBinding recType, TypeBinding[] params, int modifiers) voidProblemReporter.javadocInvalidMethod(MessageSend messageSend, MethodBinding method, int modifiers) voidProblemReporter.mustUseAStaticMethod(MessageSend messageSend, MethodBinding method) voidProblemReporter.nonStaticOrAlienTypeReceiver(MessageSend messageSend, MethodBinding method) -
Uses of MessageSend in org.aspectj.org.eclipse.jdt.internal.core.search.matching
Methods in org.aspectj.org.eclipse.jdt.internal.core.search.matching with parameters of type MessageSendModifier and TypeMethodDescriptionprotected booleanMethodLocator.isVirtualInvoke(MethodBinding method, MessageSend messageSend) Returns whether the code gen will use an invoke virtual for this message send or not.intAndLocator.match(MessageSend node, MatchingNodeSet nodeSet) intConstructorLocator.match(MessageSend msgSend, MatchingNodeSet nodeSet) Special case for message send in javadoc comment.intMethodLocator.match(MessageSend node, MatchingNodeSet nodeSet) intOrLocator.match(MessageSend node, MatchingNodeSet nodeSet) intPatternLocator.match(MessageSend node, MatchingNodeSet nodeSet) protected intMethodLocator.resolveLevel(MessageSend messageSend) -
Uses of MessageSend in org.aspectj.org.eclipse.jdt.internal.eval
Subclasses of MessageSend in org.aspectj.org.eclipse.jdt.internal.evalMethods in org.aspectj.org.eclipse.jdt.internal.eval that return MessageSendModifier and TypeMethodDescriptionprotected MessageSendCodeSnippetParser.newMessageSend()protected MessageSendCodeSnippetParser.newMessageSendWithTypeArguments()