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

Packages that use JxDefUseExpression
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 JxDefUseExpression in org.jtool.jxplatform.graph.cfg
 

Subclasses of JxDefUseExpression 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.
 

Methods in org.jtool.jxplatform.graph.cfg with parameters of type JxDefUseExpression
protected  void CFGStatement.setDefinedVariables(JxDefUseExpression jexp)
          Sets defined variables of a stetement.
protected  void CFGStatement.setUsedVariables(JxDefUseExpression jexp)
          Sets used variables of a statement.
protected  void CFGStatement.addDefinedVariables(JxDefUseExpression jexp)
          Adds defined variables of an expression or a statement.
protected  void CFGStatement.addUsedVariables(JxDefUseExpression jexp)
          Adds used variables of an expression or a statement.
 

Uses of JxDefUseExpression in org.jtool.jxplatform.wrapper
 

Subclasses of JxDefUseExpression in org.jtool.jxplatform.wrapper
 class JxBinaryField
          An object wrapping a Field element of an XML document generated from a binary file.
 class JxExpression
          An object wrapping the Expr elment.
 class JxField
          An object wrapping the Field element.
 class JxFieldAccess
          An object wrapping the Expr elment with the sort="FieldRef" attribute.
 class JxLocal
          An object wrapping the Local element.
 class JxMethodCall
           
 class JxParameter
          An object wrapping the Param element.
 class JxStatement
          An object wrapping the Stmt element.
 class JxVariable
          An object wrapping the Expr elment with the sort="VarRef" attribute.
 

Methods in org.jtool.jxplatform.wrapper that return JxDefUseExpression
static JxDefUseExpression JxWrapperFactory.createJxDefUseExpression(org.w3c.dom.Element elem)
          Creates a new object wrapping an element for an expressin with defined and/or used variables.