|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pz.platypus.parsers.BlockCommentParser
public class BlockCommentParser
Handles identification of block comments (and does some limited processing)
Constructor Summary | |
---|---|
BlockCommentParser()
|
Method Summary | |
---|---|
java.lang.String |
computeClosingMarker(char[] input,
int startPoint)
Computes the closing marker for a block comment based on the opening marker. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BlockCommentParser()
Method Detail |
---|
public java.lang.String computeClosingMarker(char[] input, int startPoint)
input
- the text containing the opening markerstartPoint
- where the opening marker begins
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |