Package org.jtool.jxplatform.wrapper

Application programming interfaces for interaction with the XML representaion of source code.

See:
          Description

Class Summary
JxBinaryClass An object wrapping a Class element of an XML document generated from a binary file.
JxBinaryField An object wrapping a Field element of an XML document generated from a binary file.
JxBinaryFile An object wrapping a File element of an XML document generated from a binary file.
JxBinaryMethod An object wrapping a Method element of an XML document generated from a binary file.
JxClass An object wrapping the Class or Intf element.
JxDefUseExpression An object wrapping the element for an expression that might define and/or use a variable.
JxElement The root element of all Java-XML wrappers.
JxExpression An object wrapping the Expr elment.
JxField An object wrapping the Field element.
JxFieldAccess An object wrapping the Expr elment with the sort="FieldRef" attribute.
JxFile An object wrapping the File element.
JxImport An object wrapping the Import or Ctor element.
JxLocal An object wrapping the Local element.
JxMethod An object wrapping the Method or Ctor element.
JxMethodCall  
JxPackage An object wrapping the Package element.
JxParameter An object wrapping the Param element.
JxStatement An object wrapping the Stmt element.
JxStaticInit An object wrapping the SInit element.
JxType An object wrapping the Type element.
JxVariable An object wrapping the Expr elment with the sort="VarRef" attribute.
JxWrapperFactory A utility class which provides quaries about projects.
 

Exception Summary
JxWrapperException An object encapsulating a fatal error about Java-XML wrappers.
 

Package org.jtool.jxplatform.wrapper Description

Application programming interfaces for interaction with the XML representaion of source code. This package provides sevarl wrappers which can easily access fine-grained information about sourec code. The factory class (JxWrapperFactory) is responsible for creating all wrappers except JxElement which is a common parent class.