Packages

c

io.joern.c2cpg.parser

CustomFileContentProvider

class CustomFileContentProvider extends InternalFileContentProvider

Linear Supertypes
InternalFileContentProvider, IncludeFileContentProvider, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CustomFileContentProvider
  2. InternalFileContentProvider
  3. IncludeFileContentProvider
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new CustomFileContentProvider(headerFileFinder: HeaderFileFinder)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addLoadedVersions(path: String, reduceVersions: Int, sig: ISignificantMacros): Unit
    Definition Classes
    InternalFileContentProvider
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. def getContentForContextToHeaderGap(filePath: String, macroDictionary: IMacroDictionary): InternalFileContent
    Definition Classes
    InternalFileContentProvider
    Annotations
    @throws(classOf[org.eclipse.cdt.internal.core.parser.scanner.InternalFileContentProvider$DependsOnOutdatedFileException])
  11. def getContentForInclusion(ifl: IIndexFileLocation, astPath: String): InternalFileContent
    Definition Classes
    CustomFileContentProvider → InternalFileContentProvider
  12. def getContentForInclusion(path: String, macroDictionary: IMacroDictionary): InternalFileContent
    Definition Classes
    CustomFileContentProvider → InternalFileContentProvider
  13. def getContextPath(): String
    Definition Classes
    InternalFileContentProvider
  14. final def getIncludeHeuristics(): IIncludeFileResolutionHeuristics
    Definition Classes
    InternalFileContentProvider
  15. def getInclusionExists(path: String): Boolean
    Definition Classes
    InternalFileContentProvider
  16. def getLoadedVersions(path: String): List[ISignificantMacros]
    Definition Classes
    InternalFileContentProvider
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  18. def isIncludedWithPragmaOnceSemantics(filePath: String): IFileNomination
    Definition Classes
    InternalFileContentProvider
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  23. def reportPragmaOnceSemantics(file: String, nomination: IFileNomination): Unit
    Definition Classes
    InternalFileContentProvider
  24. def resetForTranslationUnit(): Unit
    Definition Classes
    InternalFileContentProvider
  25. final def setIncludeResolutionHeuristics(heuristics: IIncludeFileResolutionHeuristics): Unit
    Definition Classes
    InternalFileContentProvider
  26. def shouldIndexAllHeaderVersions(headerFileName: String): Boolean
    Definition Classes
    InternalFileContentProvider
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from InternalFileContentProvider

Inherited from IncludeFileContentProvider

Inherited from AnyRef

Inherited from Any

Ungrouped