Class CodeSnippetMessageSend

All Implemented Interfaces:
Invocation, IPolyExpression, InvocationSite, TypeConstants, TypeIds

public class CodeSnippetMessageSend extends MessageSend
  • Constructor Details

    • CodeSnippetMessageSend

      public CodeSnippetMessageSend(EvaluationContext evaluationContext)
      CodeSnippetMessageSend constructor comment.
  • Method Details

    • generateCode

      public void generateCode(BlockScope currentScope, CodeStream codeStream, boolean valueRequired)
      MessageSend code generation
      Overrides:
      generateCode in class MessageSend
      Parameters:
      currentScope - org.aspectj.org.eclipse.jdt.internal.compiler.lookup.BlockScope
      codeStream - org.aspectj.org.eclipse.jdt.internal.compiler.codegen.CodeStream
      valueRequired - boolean
    • manageSyntheticAccessIfNecessary

      public void manageSyntheticAccessIfNecessary(BlockScope currentScope, FlowInfo flowInfo)
      Overrides:
      manageSyntheticAccessIfNecessary in class MessageSend
    • resolveType

      public TypeBinding resolveType(BlockScope scope)
      Description copied from class: Expression
      Resolve the type of this expression in the context of a blockScope
      Specified by:
      resolveType in interface IPolyExpression
      Overrides:
      resolveType in class MessageSend
      Returns:
      Return the actual type of this expression after resolution