samt-core
1.0.0
jvm
compiler
/
tools.samt.semantic
/
ServiceType
/
Operation
/
Parameter
Parameter
class
Parameter
(
val
name
:
String
,
var
type
:
TypeReference
,
val
declaration
:
OperationParameterNode
)
:
UserDeclared
,
UserAnnotated
Members
Constructors
Parameter
Link copied to clipboard
constructor
(
name
:
String
,
type
:
TypeReference
,
declaration
:
OperationParameterNode
)
Properties
annotations
Link copied to clipboard
open
val
annotations
:
List
<
AnnotationNode
>
declaration
Link copied to clipboard
open
override
val
declaration
:
OperationParameterNode
name
Link copied to clipboard
val
name
:
String
type
Link copied to clipboard
var
type
:
TypeReference