Package com.ibm.wala.cast.tree
package com.ibm.wala.cast.tree
-
ClassDescriptionThe main interface for creating CAPA Abstract Syntax Trees.The control flow information for the CAPA AST of a particular entity.The assumption is that abstract syntax trees pertain to particular programming language constructs, such as classes, methods, programs and the like.Convenience interface for implementing an AST node with no childrenThis interface represents nodes of CAPA Abstract Syntax Trees.This interface is used to denote various kinds of references in CAst structures.The assumption is that a typical CAst is derived from some kind of textual source file, for which it makes sense to record source position in terms of line and column numbers.This interface encapsulates the source position of an ast node in its source file.