AutoTweaker API
Toggle table of contents
0.1.0-alpha.35+c07218c5
common
Target filter
common
Switch theme
Search in API
Skip to content
AutoTweaker API
AutoTweaker API
/
io.github.autotweaker.api.types.tool.args
/
ReadArgs
/
File
File
@
Serializable
data
class
File
(
val
filePath
:
String
,
val
startLine
:
Int
,
val
endLine
:
Int
,
val
lineNumber
:
Boolean
=
true
)
:
ReadArgs
(
source
)
Members
Constructors
File
Link copied to clipboard
constructor
(
filePath
:
String
,
startLine
:
Int
,
endLine
:
Int
,
lineNumber
:
Boolean
=
true
)
Properties
end
Line
Link copied to clipboard
val
endLine
:
Int
file
Path
Link copied to clipboard
val
filePath
:
String
line
Number
Link copied to clipboard
val
lineNumber
:
Boolean
start
Line
Link copied to clipboard
val
startLine
:
Int