|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SourceSyntaxPoints.PreprocessorClient | |
---|---|
org.makumba.analyser.engine |
Uses of SourceSyntaxPoints.PreprocessorClient in org.makumba.analyser.engine |
---|
Classes in org.makumba.analyser.engine that implement SourceSyntaxPoints.PreprocessorClient | |
---|---|
class |
JavaParseData
This class performs a rudimentary detection of Java syntax elements in a Java class. |
class |
JspParseData
This class performs a rudimentary detection of JSP-relevant tags in a JSP page. |
Fields in org.makumba.analyser.engine declared as SourceSyntaxPoints.PreprocessorClient | |
---|---|
(package private) SourceSyntaxPoints.PreprocessorClient |
SourceSyntaxPoints.client
|
Constructors in org.makumba.analyser.engine with parameters of type SourceSyntaxPoints.PreprocessorClient | |
---|---|
SourceSyntaxPoints(File f,
SourceSyntaxPoints.PreprocessorClient cl)
The constructor inserts syntax points (begin and end) for every line in a text, and does preprocessing (uncomments text, includes other text). |
|
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). |
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |