[Groovy] Class HistoryRecord
- groovy.ui.HistoryRecord
@CompileStatic @Deprecated class HistoryRecord extends Object
Properties Summary
Type | Name and description |
---|---|
String |
allText |
Throwable |
exception |
Object |
result |
String |
scriptName |
int |
selectionEnd |
int |
selectionStart |
Constructor Summary
Constructor and description |
---|
HistoryRecord
() |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
String |
getTextToRun(boolean useSelection) | |
Object |
getValue() |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Property Detail
String allText
Throwable exception
Object result
String scriptName
int selectionEnd
int selectionStart
Constructor Detail
HistoryRecord()
Method Detail
String getTextToRun(boolean useSelection)
Object getValue()
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/groovy/ui/HistoryRecord.html