com.ibm.wala.cast.tree.impl
Interface CAstRewriter.Rewrite

Enclosing class:
CAstRewriter<RewriteContext>

public static interface CAstRewriter.Rewrite


Method Summary
 CAstControlFlowMap newCfg()
           
 java.util.Map<CAstNode,java.util.Collection<CAstEntity>> newChildren()
           
 CAstSourcePositionMap newPos()
           
 CAstNode newRoot()
           
 CAstNodeTypeMap newTypes()
           
 

Method Detail

newRoot

CAstNode newRoot()

newCfg

CAstControlFlowMap newCfg()

newPos

CAstSourcePositionMap newPos()

newTypes

CAstNodeTypeMap newTypes()

newChildren

java.util.Map<CAstNode,java.util.Collection<CAstEntity>> newChildren()