[Java] Class MultiLineRun
- groovy.ui.text.StructuredSyntaxDocumentFilter.MultiLineRun
Constructor Summary
Constructor and description |
---|
StructuredSyntaxDocumentFilter.MultiLineRun
(int start, int end) |
StructuredSyntaxDocumentFilter.MultiLineRun
(int start, int end, int delimeterSize) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
int |
end() | |
int |
getDelimeterSize() | |
int |
length() | |
int |
start() | |
String |
toString() |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail
public StructuredSyntaxDocumentFilter.MultiLineRun(int start, int end)
public StructuredSyntaxDocumentFilter.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/2.4.21/html/gapi/groovy/ui/text/StructuredSyntaxDocumentFilter.MultiLineRun.html