Class TypePatternTreeImpl

All Implemented Interfaces:
ExpressionTree, PatternTree, Tree, TypePatternTree

public class TypePatternTreeImpl extends AbstractPatternTree implements TypePatternTree
JDK 17 Preview feature (JEP-406), finalized in JDK 21 (JEP-441).
  • Constructor Details

    • TypePatternTreeImpl

      public TypePatternTreeImpl(VariableTree patternVariable, @Nullable org.eclipse.jdt.core.dom.ITypeBinding typeBinding)
  • Method Details