Uses of Class
org.jtool.jxplatform.wrapper.JxExpression

Packages that use JxExpression
org.jtool.jxplatform.graph.cfg Application programming interfaces for manipulating control flow graphs (CFGs) created from source code.  
org.jtool.jxplatform.wrapper Application programming interfaces for interaction with the XML representaion of source code.  
 

Uses of JxExpression in org.jtool.jxplatform.graph.cfg
 

Subclasses of JxExpression in org.jtool.jxplatform.graph.cfg
 class JxSpecialVariable
          A special variable wrapper for formal-in, formal-out, actual-in, and actual-out nodes of CFGs and PDGs.
 

Uses of JxExpression in org.jtool.jxplatform.wrapper
 

Subclasses of JxExpression in org.jtool.jxplatform.wrapper
 class JxFieldAccess
          An object wrapping the Expr elment with the sort="FieldRef" attribute.
 class JxMethodCall
           
 class JxVariable
          An object wrapping the Expr elment with the sort="VarRef" attribute.
 

Methods in org.jtool.jxplatform.wrapper that return JxExpression
static JxExpression JxWrapperFactory.createJxExpression(org.w3c.dom.Element elem)
          Creates a new object wrapping a Expr element.
 

Methods in org.jtool.jxplatform.wrapper with parameters of type JxExpression
 boolean JxExpression.equals(JxExpression jexpr)
          Tests if a given expression wrapper equals to this one.
 boolean JxDefUseExpression.equals(JxExpression jexpr)
          Tests if a given expression wrapper equals to this one.