Klasse QualifiedThisReference

Alle implementierten Schnittstellen:
TypeConstants, TypeIds
Bekannte direkte Unterklassen:
QualifiedSuperReference

public class QualifiedThisReference extends ThisReference
  • Felddetails

  • Konstruktordetails

    • QualifiedThisReference

      public QualifiedThisReference(TypeReference name, int sourceStart, int sourceEnd)
  • Methodendetails

    • analyseCode

      public FlowInfo analyseCode(BlockScope currentScope, FlowContext flowContext, FlowInfo flowInfo)
      Setzt außer Kraft:
      analyseCode in Klasse Reference
    • analyseCode

      public FlowInfo analyseCode(BlockScope currentScope, FlowContext flowContext, FlowInfo flowInfo, boolean valueRequired)
      Beschreibung aus Klasse kopiert: Expression
      More sophisticated for of the flow analysis used for analyzing expressions, and be able to optimize out portions of expressions where no actual value is required.
      Setzt außer Kraft:
      analyseCode in Klasse Expression
      Gibt zurück:
      The state of initialization after the analysis of the current expression
    • generateCode

      public void generateCode(BlockScope currentScope, CodeStream codeStream, boolean valueRequired)
      Code generation for QualifiedThisReference
      Setzt außer Kraft:
      generateCode in Klasse ThisReference
      Parameter:
      currentScope - org.eclipse.jdt.internal.compiler.lookup.BlockScope
      codeStream - org.eclipse.jdt.internal.compiler.codegen.CodeStream
      valueRequired - boolean
    • 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 ThisReference
      Gibt zurück:
      Return the actual type of this expression after resolution
    • printExpression

      public StringBuilder printExpression(int indent, StringBuilder output)
      Setzt außer Kraft:
      printExpression in Klasse ThisReference
    • traverse

      public void traverse(ASTVisitor visitor, BlockScope blockScope)
      Beschreibung aus Klasse kopiert: Expression
      Traverse an expression in the context of a blockScope
      Setzt außer Kraft:
      traverse in Klasse ThisReference
    • traverse

      public void traverse(ASTVisitor visitor, ClassScope blockScope)
      Beschreibung aus Klasse kopiert: Expression
      Traverse an expression in the context of a classScope
      Setzt außer Kraft:
      traverse in Klasse ThisReference