MockCpg

case
class MockCpg(cpg: Cpg)
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def withCallInMethod(methodName: String, callName: String): MockCpg
def withCustom(f: (Builder, Cpg) => Unit): MockCpg
def withFile(filename: String): MockCpg
def withIdentifierArgument(callName: String, name: String): MockCpg
def withLiteralArgument(callName: String, literalCode: String): MockCpg
def withLocalInMethod(methodName: String, localName: String): MockCpg
def withMetaData(language: String): MockCpg
def withMetaData(language: String, overlays: List[String]): MockCpg
def withMethod(name: String, external: Boolean, inTypeDecl: Option[String], fileName: String): MockCpg
def withNamespace(name: String, inFile: Option[String]): MockCpg
def withTagsOnMethod(methodName: String, methodTags: List[(String, String)], paramTags: List[(String, String)]): MockCpg
def withTypeDecl(name: String, isExternal: Boolean, inNamespace: Option[String], inFile: Option[String]): MockCpg

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product