Interface CAstRewriter.Rewrite
- Enclosing class:
CAstRewriter<C extends CAstRewriter.RewriteContext<K>,
K extends CAstRewriter.CopyKey<K>>
public static interface CAstRewriter.Rewrite
represents a rewritten CAst
-
Method Details
-
newRoot
CAstNode newRoot() -
newCfg
CAstControlFlowMap newCfg() -
newPos
CAstSourcePositionMap newPos() -
newTypes
CAstNodeTypeMap newTypes() -
newChildren
Map<CAstNode,Collection<CAstEntity>> newChildren() -
newDefaults
CAstNode[] newDefaults()
-