samt-core
1.0.0
jvm
public-api
/
tools.samt.api.plugin
/
CodegenFile
Codegen
File
data
class
CodegenFile
(
val
filepath
:
String
,
val
source
:
String
)
This class represents a file generated by a
Generator
.
Members
Constructors
Codegen
File
Link copied to clipboard
constructor
(
filepath
:
String
,
source
:
String
)
Properties
filepath
Link copied to clipboard
val
filepath
:
String
source
Link copied to clipboard
val
source
:
String