[Groovy] Class HistoryRecord

  • groovy.console.ui.HistoryRecord
@CompileStatic
class HistoryRecord
extends Object

Properties Summary

Properties
Type Name and description
String allText
Throwable exception
Object result
String scriptName
int selectionEnd
int selectionStart

Constructor Summary

Constructors
Constructor and description
HistoryRecord ()

Methods Summary

Methods
Type Params Return Type Name and description
String getTextToRun(boolean useSelection)
Object getValue()

Inherited Methods Summary

Inherited Methods
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/console/ui/HistoryRecord.html