public class NsisFoldParser extends java.lang.Object implements FoldParser
Note that this class may impose somewhat of a performance penalty on large source files, since it re-parses the entire document each time folds are reevaluated.
限定符和类型 | 字段和说明 |
---|---|
protected static char[] |
C_MLC_END |
构造器和说明 |
---|
NsisFoldParser() |
限定符和类型 | 方法和说明 |
---|---|
java.util.List<Fold> |
getFolds(RSyntaxTextArea textArea)
Returns a list of all folds in the text area.
|
public java.util.List<Fold> getFolds(RSyntaxTextArea textArea)
getFolds
在接口中 FoldParser
textArea
- The text area whose contents should be analyzed.null
,
it is treated as if no folds were found.