Package com.ibm.wala.cast.tree.pattern
package com.ibm.wala.cast.tree.pattern
-
ClassDescriptionPattern to match one of two alternatives.A node pattern that matches any AST node.A node pattern that matches an AST node of a certain kind; additionally, the node's children have to match the pattern's child patterns.Interface for lightweight AST patterns.A node pattern matching any constant.A node pattern matching a node of a given kind, without regard to its children.