Package com.ibm.wala.cast.tree.rewrite
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CAstControlFlowMap
newCfg()
Map<CAstNode,Collection<CAstEntity>>
newChildren()
CAstSourcePositionMap
newPos()
CAstNode
newRoot()
CAstNodeTypeMap
newTypes()
-
-
-
Method Detail
-
newRoot
CAstNode newRoot()
-
newCfg
CAstControlFlowMap newCfg()
-
newPos
CAstSourcePositionMap newPos()
-
newTypes
CAstNodeTypeMap newTypes()
-
newChildren
Map<CAstNode,Collection<CAstEntity>> newChildren()
-
-