Uses of Class
org.makumba.analyser.engine.SyntaxPoint.End

Packages that use SyntaxPoint.End
org.makumba.analyser.engine   
 

Uses of SyntaxPoint.End in org.makumba.analyser.engine
 

Methods in org.makumba.analyser.engine that return SyntaxPoint.End
 SyntaxPoint.End SourceSyntaxPoints.addSyntaxPoints(int start, int end, String type, Object extra)
          Creates a beginning and end syntaxPoint for a syntax entity, and adds these to the collection of points.
(package private)  SyntaxPoint.End SourceSyntaxPoints.addSyntaxPoints1(int start, int end, String type, Object extra)
           
(package private)  SyntaxPoint.End SourceSyntaxPoints.addSyntaxPointsCommon(int start, int end, String type, Object extra)
          Creates begin- and end- syntaxpoints (but without setting the line and column fields) at given location and with given info, and adds them to the collection.