[Java] Class StructuredSyntaxDocumentFilter.MultiLineRun
- groovy.ui.text.StructuredSyntaxDocumentFilter.MultiLineRun
protected class StructuredSyntaxDocumentFilter.MultiLineRun
Constructor Summary
Constructor and description |
---|
MultiLineRun
(int start, int end) |
MultiLineRun
(int start, int end, int delimeterSize) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public int |
end() | |
public int |
getDelimeterSize() | |
public int |
length() | |
public int |
start() | |
public String |
toString() |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail
public MultiLineRun(int start, int end)
public MultiLineRun(int start, int end, int delimeterSize)
Method Detail
public int end()
public int getDelimeterSize()
public int length()
public int start()
public String toString()
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/groovy/ui/text/StructuredSyntaxDocumentFilter.MultiLineRun.html