Klasse AND_AND_Expression

Alle implementierten Schnittstellen:
OperatorIds, TypeConstants, TypeIds

public class AND_AND_Expression extends BinaryExpression
  • Konstruktordetails

  • Methodendetails

    • analyseCode

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

      public void generateCode(BlockScope currentScope, CodeStream codeStream, boolean valueRequired)
      Code generation for a binary operation
      Setzt außer Kraft:
      generateCode in Klasse BinaryExpression
      Parameter:
      currentScope - org.eclipse.jdt.internal.compiler.lookup.BlockScope
      codeStream - org.eclipse.jdt.internal.compiler.codegen.CodeStream
      valueRequired - boolean
    • generateOptimizedBoolean

      public void generateOptimizedBoolean(BlockScope currentScope, CodeStream codeStream, BranchLabel trueLabel, BranchLabel falseLabel, boolean valueRequired)
      Boolean operator code generation Optimized operations are: Ungültige Eingabe: "&"Ungültige Eingabe: "&"
      Setzt außer Kraft:
      generateOptimizedBoolean in Klasse BinaryExpression
      Parameter:
      currentScope -
      codeStream -
      trueLabel -
      falseLabel -
      valueRequired -
    • collectPatternVariablesToScope

      public void collectPatternVariablesToScope(LocalVariableBinding[] variables, BlockScope scope)
      Setzt außer Kraft:
      collectPatternVariablesToScope in Klasse BinaryExpression
    • isCompactableOperation

      public boolean isCompactableOperation()
      Setzt außer Kraft:
      isCompactableOperation in Klasse BinaryExpression
    • 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 BinaryExpression
      Parameter:
      scope -
      Gibt zurück:
      Return the actual type of this expression after resolution
      Siehe auch:
      • Ungültige Referenz
        org.eclipse.jdt.internal.compiler.ast.BinaryExpression#resolveType(org.aspectj.org.eclipse.jdt.internal.compiler.lookup.BlockScope)
    • traverse

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