org.jtool.jxplatform.graph.cfg
Class GetCFG

java.lang.Object
  extended byorg.jtool.jxplatform.graph.cfg.GetCFG

public class GetCFG
extends java.lang.Object

Constructs control flcreateActualNodesow graphs (CFGs).

Author:
Katsuhsa Maruyama

Method Summary
static void main(java.lang.String[] args)
           
 void visitLocal(org.w3c.dom.Element elem)
          Creates a declaration node for a local variable and visits an initializer subordinated to the local declaration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

visitLocal

public void visitLocal(org.w3c.dom.Element elem)
                throws JxWrapperException
Creates a declaration node for a local variable and visits an initializer subordinated to the local declaration.

Parameters:
elem - A DOM element for a field declaration.
Throws:
JxWrapperException - if the creation of a wrapper fails.

main

public static void main(java.lang.String[] args)