Uses of Class
org.makumba.analyser.engine.SourceSyntaxPoints

Packages that use SourceSyntaxPoints
org.makumba.analyser   
org.makumba.analyser.engine   
org.makumba.devel the makumba developer support, such as MDD, JSP and Java viewers. 
 

Uses of SourceSyntaxPoints in org.makumba.analyser
 

Fields in org.makumba.analyser declared as SourceSyntaxPoints
protected  SourceSyntaxPoints ElementData.sourceSyntaxPoints
           
 

Methods in org.makumba.analyser that return SourceSyntaxPoints
 SourceSyntaxPoints ElementData.getSourceSyntaxPoints()
           
 

Uses of SourceSyntaxPoints in org.makumba.analyser.engine
 

Fields in org.makumba.analyser.engine declared as SourceSyntaxPoints
(package private)  SourceSyntaxPoints SourceSyntaxPoints.parent
          the parent, in which we are included
(package private)  SourceSyntaxPoints SyntaxPoint.sourceFile
          The file in which this syntax point was detected
(package private)  SourceSyntaxPoints JspParseData.syntaxPoints
          The syntax points of this page.
(package private)  SourceSyntaxPoints JavaParseData.syntaxPoints
          The syntax points of this page.
 

Fields in org.makumba.analyser.engine with type parameters of type SourceSyntaxPoints
(package private)  ArrayList<SourceSyntaxPoints> SourceSyntaxPoints.fileBeginnings
           
 

Methods in org.makumba.analyser.engine that return SourceSyntaxPoints
(package private)  SourceSyntaxPoints SourceSyntaxPoints.findSourceFile(int position)
          Finds the source file that contains the given syntax point
 SourceSyntaxPoints SyntaxPoint.getSourceSyntaxPoints()
           
 SourceSyntaxPoints JspParseData.getSyntaxPoints()
          Gets the collection of syntax points.
 SourceSyntaxPoints JavaParseData.getSyntaxPoints()
          Gets the collection of syntax points.
 SourceSyntaxPoints SourceSyntaxPoints.PreprocessorClient.getSyntaxPoints()
           
 

Methods in org.makumba.analyser.engine with parameters of type SourceSyntaxPoints
 void JspParseData.treatInclude(int position, String includeDirective, SyntaxPoint start, SyntaxPoint end, SourceSyntaxPoints host)
          Treats include directives in the page
 void JavaParseData.treatInclude(int position, String includeDirective, SyntaxPoint start, SyntaxPoint end, SourceSyntaxPoints host)
           
 void SourceSyntaxPoints.PreprocessorClient.treatInclude(int position, String includeDirective, SyntaxPoint start, SyntaxPoint end, SourceSyntaxPoints host)
           
 

Constructors in org.makumba.analyser.engine with parameters of type SourceSyntaxPoints
SourceSyntaxPoints(File f, SourceSyntaxPoints.PreprocessorClient cl, SourceSyntaxPoints parent, String includeDirective, int offset)
          The constructor inserts syntax points (begin and end) for every line in a text, and does preprocessing (uncomments text, includes other text).
 

Uses of SourceSyntaxPoints in org.makumba.devel
 

Fields in org.makumba.devel declared as SourceSyntaxPoints
protected  SourceSyntaxPoints jspViewer.syntaxPoints