GoGlobal

io.joern.gosrc2cpg.datastructures.GoGlobal
object GoGlobal extends Global

Attributes

Graph
Supertypes
class Global
class Object
trait Matchable
class Any
Self type
GoGlobal.type

Members list

Value members

Concrete methods

def recordFullNameToReturnType(methodFullName: String, returnType: String, signature: String): (String, String)
def typesSeen(): List[String]

Concrete fields

val methodFullNameReturnTypeMap: ConcurrentHashMap[String, (String, String)]

Inherited fields

val usedTypes: ConcurrentHashMap[String, Boolean]

Attributes

Inherited from:
Global