Class BinaryExprContext

All Implemented Interfaces:
Context

public class BinaryExprContext extends ExpressionContext<BinaryExpr>
  • Constructor Details

  • Method Details

    • typePatternExprsExposedToChild

      public List<TypePatternExpr> typePatternExprsExposedToChild(Node child)
      Description copied from interface: Context
      The pattern expressions that are declared in this immediate context and made visible to a given child. This list could include values which are shadowed.