JvmStringOpts

io.joern.jimple2cpg.passes.AstCreator$package$.JvmStringOpts
implicit class JvmStringOpts(s: String)

String extensions for strings describing JVM operators.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def parseAsJavaType: String

Parses the string as a ASM Java type descriptor and returns a fully qualified type. Also converts symbols such as I to int.

Parses the string as a ASM Java type descriptor and returns a fully qualified type. Also converts symbols such as I to int.

Attributes