public class JsonFoldParser extends java.lang.Object implements FoldParser
"{ ... }
") and arrays
("[ ... ]"
) that span multiple lines are considered fold
regions.构造器和说明 |
---|
JsonFoldParser() |
限定符和类型 | 方法和说明 |
---|---|
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.