Class JavadocAllocationExpression

All Implemented Interfaces:
Invocation, IPolyExpression, InvocationSite, TypeConstants, TypeIds
Direct Known Subclasses:
CompletionOnJavadocAllocationExpression

public class JavadocAllocationExpression extends AllocationExpression
  • Field Details

    • tagSourceStart

      public int tagSourceStart
    • tagSourceEnd

      public int tagSourceEnd
    • tagValue

      public int tagValue
    • memberStart

      public int memberStart
    • qualification

      public char[][] qualification
  • Constructor Details

    • JavadocAllocationExpression

      public JavadocAllocationExpression(int start, int end)
    • JavadocAllocationExpression

      public JavadocAllocationExpression(long pos)
  • Method Details