CSharpMethod
io.joern.csharpsrc2cpg.datastructures.CSharpMethod
case class CSharpMethod(name: String, returnType: String, parameterTypes: List[(String, String)], isStatic: Boolean) extends MethodLike, OverloadableMethod
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait OverloadableMethodtrait MethodLiketrait MemberLikeclass Objecttrait Matchableclass Any
Members list
In this article