Class 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).
    • Constructor Detail

      • CAstValueImpl

        public CAstValueImpl()