dotty.tools.dotc.semanticdb.FunctionTree
 See theFunctionTree companion object
  final case class FunctionTree(parameters: Seq[IdTree] = ..., body: Tree = ...) extends NonEmpty, SemanticdbGeneratedMessage
 
Attributes
- Companion
 - object
 - Graph
 - 
    
 - Supertypes
 
Members list
Type members
Inherited types
Attributes
- Inherited from:
 - Tree
 
Value members
Concrete methods
Attributes
- Definition Classes
 - 
               SemanticdbGeneratedMessage
 
Inherited methods
Attributes
- Inherited from:
 - Tree
 
Attributes
- Inherited from:
 - Tree
 
Attributes
- Inherited from:
 - Product
 
Attributes
- Inherited from:
 - Product
 
Serializes the messgae and returns a byte array containing its raw bytes
Serializes the messgae and returns a byte array containing its raw bytes
Attributes
- Inherited from:
 - SemanticdbGeneratedMessage
 
In this article