org.opensolaris.opengrok.analysis
Class JFlexXref

java.lang.Object
  extended by org.opensolaris.opengrok.analysis.JFlexXref
Direct Known Subclasses:
CXref, CxxXref, FortranXref, JavaXref, LispXref, PlainXref, ShXref, TclXref, TroffXref, XMLXref

public class JFlexXref
extends java.lang.Object


Field Summary
 Annotation annotation
           
protected  Definitions defs
           
 java.io.Writer out
           
 Project project
           
 java.lang.String urlPrefix
           
 
Constructor Summary
JFlexXref()
           
 
Method Summary
protected  void appendProject()
           
protected  java.lang.String getProjectPostfix()
           
 void setDefs(Definitions defs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

out

public java.io.Writer out

urlPrefix

public java.lang.String urlPrefix

annotation

public Annotation annotation

project

public Project project

defs

protected Definitions defs
Constructor Detail

JFlexXref

public JFlexXref()
Method Detail

setDefs

public void setDefs(Definitions defs)

appendProject

protected void appendProject()
                      throws java.io.IOException
Throws:
java.io.IOException

getProjectPostfix

protected java.lang.String getProjectPostfix()