Class LatexFoldParser
- java.lang.Object
- 
- org.fife.ui.rsyntaxtextarea.folding.LatexFoldParser
 
- 
- All Implemented Interfaces:
- FoldParser
 
 public class LatexFoldParser extends Object implements FoldParser A fold parser for LaTeX documents. This is likely incomplete and/or not quite right; feedback is appreciated.
- 
- 
Constructor SummaryConstructors Constructor Description LatexFoldParser()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Fold>getFolds(RSyntaxTextArea textArea)Returns a list of all folds in the text area.
 
- 
- 
- 
Method Detail- 
getFoldspublic List<Fold> getFolds(RSyntaxTextArea textArea) Returns a list of all folds in the text area.- Specified by:
- getFoldsin interface- FoldParser
- Parameters:
- textArea- The text area whose contents should be analyzed.
- Returns:
- The list of folds.  If this method returns null, it is treated as if no folds were found.
 
 
- 
 
-