case classDefnVal(mods: List[Modifier], pats: List[G.Tree], tpt: Option[G.Tree], rhs: G.Tree) extends ValOrVarDefs with Product with Serializable
case classDefnVar(mods: List[Modifier], pats: List[G.Tree], tpt: Option[G.Tree], rhs: Option[G.Tree]) extends ValOrVarDefs with Product with Serializable
case classFinal() extends G.Tree with Modifier with Product with Serializable
case classImplicit() extends G.Tree with Modifier with Product with Serializable
case classTemplate(early: List[G.Tree], parents: List[G.Tree], self: Self, stats: Option[List[G.Tree]]) extends G.Tree with Product with Serializable
case classTermName(value: String) extends G.Tree with Name with TermParamName with Product with Serializable
case classTermParamDef(mods: List[Modifier], name: TermParamName, tpt: Option[G.Tree], default: Option[G.Tree]) extends G.Tree with Product with Serializable