|
|||||||||
| Home >> All >> com >> port80 >> eclipse >> jdt >> [ graph overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.port80.eclipse.jdt.graph
Class DependGraphAction.ReferenceGraphBuilder

java.lang.Objectcom.port80.eclipse.jdt.graph.DependGraphAction.ReferenceGraphBuilder
- All Implemented Interfaces:
- IGraphAction
- Enclosing class:
- DependGraphAction
- class DependGraphAction.ReferenceGraphBuilder
- extends java.lang.Object
- implements IGraphAction
- extends java.lang.Object
| Field Summary | |
private java.lang.String |
NAME
|
| Constructor Summary | |
(package private) |
DependGraphAction.ReferenceGraphBuilder()
|
| Method Summary | |
int |
addRef(java.lang.String srcpath,
org.eclipse.jdt.core.dom.CompilationUnit ast,
com.port80.graph.IGraph graph,
java.util.Map filemap)
Find type references in a compiled AST. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
NAME
private final java.lang.String NAME
- See Also:
- Constant Field Values
| Constructor Detail |
DependGraphAction.ReferenceGraphBuilder
DependGraphAction.ReferenceGraphBuilder()
| Method Detail |
addRef
public int addRef(java.lang.String srcpath, org.eclipse.jdt.core.dom.CompilationUnit ast, com.port80.graph.IGraph graph, java.util.Map filemap)
- Find type references in a compiled AST.
- Specified by:
addRefin interfaceIGraphAction
|
|||||||||
| Home >> All >> com >> port80 >> eclipse >> jdt >> [ graph overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.port80.eclipse.jdt.graph.DependGraphAction.ReferenceGraphBuilder