FileDefaults

io.joern.c2cpg.parser.FileDefaults$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def isCPPFile(filePath: String): Boolean
def isHeaderFile(filePath: String): Boolean

Concrete fields

val CPP_EXT: String
val C_EXT: String
val HEADER_FILE_EXTENSIONS: Set[String]
val SOURCE_FILE_EXTENSIONS: Set[String]