Package it.smartio.docs.builder
Interface CodeParser
-
- All Known Implementing Classes:
CodeParserDefault
public interface CodeParserTheCodeParserimplements a tokenizer for a specific language.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidparse(java.lang.String text)
-