|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jtool.jxplatform.j2x.resolver.JxResolver
Resolves type, method, field, and variable bindings.
| Constructor Summary | |
JxResolver(TypeInformation typeinfo)
Creates a resolver that adds semantic information about source code to an XML document. |
|
| Method Summary | |
void |
close()
Closes the resolver.class |
boolean |
createHierarchy(org.w3c.dom.Document doc,
org.eclipse.jdt.core.ICompilationUnit icu)
Creates class hierarchy information. |
java.lang.String |
getMessage()
Returns a message reported by the compiler during the parsing. |
boolean |
resolve(org.w3c.dom.Document doc,
org.eclipse.jdt.core.dom.CompilationUnit cu)
Adds semantic information about source code to an XML document. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JxResolver(TypeInformation typeinfo)
typeinfo - Information about the type binding.| Method Detail |
public void close()
public boolean resolve(org.w3c.dom.Document doc,
org.eclipse.jdt.core.dom.CompilationUnit cu)
doc - A DOM document object.cu - A compilation unit of a parsed AST.
true if the resolving succeeds, otherwise false.
public boolean createHierarchy(org.w3c.dom.Document doc,
org.eclipse.jdt.core.ICompilationUnit icu)
doc - A DOM document object.icu - A compilation unit.
true if information was created, otherwise false.public java.lang.String getMessage()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||