Package io.codemodder.ast
package io.codemodder.ast
-
ClassDescriptionA static library for querying and returning patterns over AST nodes.A
Node
iterator iterating over all the nodes that precedes a given node in the pre-order of its AST.Holds the nodes in the AST that represents a local variable declaration statement.Holds the nodes in the AST that represents a variable declaration in an enhanced for statement .Holds the nodes in the AST that represents a variable declaration in a for statement init expression.Linearizes a string expressionA local declaration.Contains the expressions and statements that span the scope of a local declaration.Holds the nodes in the AST that represents several types of local declaration of a variable.Represents the declaration of a parameter in a method, constructor, lambda expression, and catch clause.Holds the nodes in the AST that represents a variable declaration as a try resource.