All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.joern.x2cpg.datastructures.Global.scala Maven / Gradle / Ivy

package io.joern.x2cpg.datastructures

import java.util.concurrent.ConcurrentHashMap

class Global {

  val usedTypes: ConcurrentHashMap[String, Boolean] = new ConcurrentHashMap()

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy