Klasse CompletionOnStringLiteral

Alle implementierten Schnittstellen:
CompletionNode, TypeConstants, TypeIds

public class CompletionOnStringLiteral extends StringLiteral implements CompletionNode
  • Felddetails

    • contentStart

      public int contentStart
    • contentEnd

      public int contentEnd
  • Konstruktordetails

    • CompletionOnStringLiteral

      public CompletionOnStringLiteral(char[] token, int s, int e, int cs, int ce, int lineNumber)
    • CompletionOnStringLiteral

      public CompletionOnStringLiteral(int s, int e, int cs, int ce)
  • Methodendetails

    • resolveType

      public TypeBinding resolveType(ClassScope scope)
      Beschreibung aus Klasse kopiert: Expression
      Resolve the type of this expression in the context of a classScope
      Setzt außer Kraft:
      resolveType in Klasse Expression
      Parameter:
      scope -
      Gibt zurück:
      Return the actual type of this expression after resolution
    • resolveType

      public TypeBinding resolveType(BlockScope scope)
      Beschreibung aus Klasse kopiert: Expression
      Resolve the type of this expression in the context of a blockScope
      Setzt außer Kraft:
      resolveType in Klasse Literal
      Parameter:
      scope -
      Gibt zurück:
      Return the actual type of this expression after resolution
    • printExpression

      public StringBuffer printExpression(int indent, StringBuffer output)
      Setzt außer Kraft:
      printExpression in Klasse StringLiteral