Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.port80.eclipse.jdt.graph
Class DependGraphAction.ReferenceGraphBuilder  view DependGraphAction.ReferenceGraphBuilder download DependGraphAction.ReferenceGraphBuilder.java

java.lang.Object
  extended bycom.port80.eclipse.jdt.graph.DependGraphAction.ReferenceGraphBuilder
All Implemented Interfaces:
IGraphAction
Enclosing class:
DependGraphAction

class DependGraphAction.ReferenceGraphBuilder
extends java.lang.Object
implements IGraphAction


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:
addRef in interface IGraphAction