ClassFile

io.joern.jimple2cpg.util.ProgramHandlingUtil$.ClassFile$
See theClassFile companion class
object ClassFile

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ClassFile.type

Members list

Value members

Concrete methods

def getPackagePathFromByteCode(is: InputStream): Option[String]
def getPackagePathFromByteCode(file: File): Option[String]

Attempt to retrieve the package path from JVM bytecode.

Attempt to retrieve the package path from JVM bytecode.

Value parameters

file

The class file

Attributes

Returns

The package path if successfully retrieved