Interface NodePattern

All Known Implementing Classes:
Alt, AnyNode, NodeOfKind, SomeConstant, SubtreeOfKind

public interface NodePattern
Interface for lightweight AST patterns.
Author:
mschaefer
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
  • Method Details

    • matches

      boolean matches(CAstNode node)