Util

object Util
class Object
trait Matchable
class Any
Util.type

Value members

Concrete methods

def composeMethodFullName(typeDeclFullName: String, name: String, signature: String): String
def composeMethodLikeSignature(returnType: String, parameterTypes: Seq[String]): String
def getAllParents(typeDecl: ResolvedReferenceTypeDeclaration): ArrayBuffer[ResolvedReferenceType]
def rootCode(ast: Seq[Ast]): String
def rootType(ast: Ast): Option[String]