Utils

io.joern.csharpsrc2cpg.utils.Utils
object Utils

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Utils.type

Members list

Value members

Concrete methods

def composeMethodFullName(typeDeclFullName: String, name: String, signature: String): String
def composeMethodLikeSignature(returnType: String, parameterTypes: Seq[String]): String