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

Packages that use JxLocal
org.jtool.jxplatform.wrapper Application programming interfaces for interaction with the XML representaion of source code.  
 

Uses of JxLocal in org.jtool.jxplatform.wrapper
 

Subclasses of JxLocal in org.jtool.jxplatform.wrapper
 class JxParameter
          An object wrapping the Param element.
 

Methods in org.jtool.jxplatform.wrapper that return JxLocal
static JxLocal JxWrapperFactory.createJxLocal(org.w3c.dom.Element elem)
          Creates a new object wrapping a Local element.
 

Methods in org.jtool.jxplatform.wrapper with parameters of type JxLocal
 boolean JxLocal.equals(JxLocal jlocal)
          Tests if a given local wrapper equals to this one.