Class CAstValueImpl

java.lang.Object
com.ibm.wala.cast.tree.impl.CAstImpl
com.ibm.wala.cast.tree.impl.CAstValueImpl
All Implemented Interfaces:
CAst

public class CAstValueImpl extends CAstImpl
An implementation of CAst, i.e. a simple factory for creating capa ast nodes. This class simply creates generic nodes with a kind field, and either an array of children. Note that there is no easy way to mutate these trees; do not changes this (see CAstNode for the rationale for this rule).
Author:
Julian Dolby (dolby@us.ibm.com)
  • Constructor Details

    • CAstValueImpl

      public CAstValueImpl()
  • Method Details