viaduct
0.2.0-5-g5831d91.dirty
compiler
/
edu.cornell.cs.apl.viaduct.syntax
/
ProtocolProjection
Protocol
Projection
data
class
ProtocolProjection
(
protocol
:
Protocol
,
host
:
Host
)
:
Name
,
Comparable
<
ProtocolProjection
>
Content copied to clipboard
Functions
Properties
Functions
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
ProtocolProjection
)
:
Int
Content copied to clipboard
to
Document
Link copied to clipboard
open
override
fun
toDocument
(
)
:
Document
Content copied to clipboard
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
host
Link copied to clipboard
val
host
:
Host
Content copied to clipboard
name
Link copied to clipboard
open
override
val
name
:
String
Content copied to clipboard
nameCategory
Link copied to clipboard
open
override
val
nameCategory
:
String
Content copied to clipboard
protocol
Link copied to clipboard
val
protocol
:
Protocol
Content copied to clipboard