Global Comment Signature
class GlobalCommentSignature( val name: String, val module: String, val globalType: String) : CommentSignature
Content copied to clipboard
GLOBAL Comment Signature
Author
Richard Arriaga
Parameters
name
module
global Type
The type of the global module variable.
Constructors
Link copied to clipboard
fun GlobalCommentSignature( name: String, module: String, globalType: String)
Content copied to clipboard
Construct a new GlobalCommentSignature.