FileDefaults

io.joern.c2cpg.parser.FileDefaults
object FileDefaults

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def hasCppFileExtension(filePath: String): Boolean
def hasPreprocessedFileExtension(filePath: String): Boolean
def hasSourceFileExtension(filePath: String): Boolean

Concrete fields

val CExt: String
val CppExt: String
val CppFileExtensions: Set[String]
val HeaderFileExtensions: Set[String]
val PreprocessedExt: String
val SourceFileExtensions: Set[String]