kotlin2cpg
kotlin2cpg
API
io.joern.kotlin2cpg
ast
AstCreator
AnonymousObjectContext
BindingInfo
ClosureBindingDef
AstCreator
AstForDeclarationsCreator
AstForExpressionsCreator
AstForFunctionsCreator
AstForPrimitivesCreator
AstForStatementsCreator
BindingContextUtils
compiler
CompilerAPI
ErrorLoggingMessageCollector
datastructures
Scope
files
SourceFilesPicker
interop
JavaSrcInterop
jar4import
Service
UsesService
passes
AstCreationPass
ConfigPass
DependenciesFromMavenCoordinatesPass
KotlinTypeHintCallLinker
KotlinTypeRecoveryPassGenerator
psi
PsiUtils
types
CallKind
ContentSourcesPicker
NameRenderer
NameRenderer
TypeConstants
TypeInfoProvider
TypeInfoProvider
Config
Constants
DefaultContentRootJarPath
FileContentAtPath
Kotlin2Cpg
Kotlin2Cpg
KtFileWithMeta
Main
kotlin2cpg
/
io.joern.kotlin2cpg
/
io.joern.kotlin2cpg.ast
/
AstForPrimitivesCreator
AstForPrimitivesCreator
io.joern.kotlin2cpg.ast.AstForPrimitivesCreator
trait
AstForPrimitivesCreator
(
implicit
withSchemaValidation
:
ValidationMode
)
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Known subtypes
class
AstCreator
Self type
AstCreator
Members list
Clear all
Value members
Concrete methods
def
astForAnnotationEntry
(
entry
:
KtAnnotationEntry
):
Ast
def
astForClassLiteral
(
expr
:
KtClassLiteralExpression
,
argIdx
:
Option
[
Int
],
argName
:
Option
[
String
],
annotations
:
Seq
[
KtAnnotationEntry
]):
Ast
def
astForImportDirective
(
directive
:
KtImportDirective
):
Ast
def
astForLiteral
(
expr
:
KtConstantExpression
,
argIdx
:
Option
[
Int
],
argName
:
Option
[
String
],
annotations
:
Seq
[
KtAnnotationEntry
]):
Ast
def
astForNameReference
(
expr
:
KtNameReferenceExpression
,
argIdx
:
Option
[
Int
],
argName
:
Option
[
String
],
annotations
:
Seq
[
KtAnnotationEntry
]):
Ast
def
astForPackageDeclaration
(
packageName
:
String
):
Ast
def
astForStringTemplate
(
expr
:
KtStringTemplateExpression
,
argIdx
:
Option
[
Int
],
argName
:
Option
[
String
],
annotations
:
Seq
[
KtAnnotationEntry
]):
Ast
def
astForSuperExpression
(
expr
:
KtSuperExpression
,
argIdx
:
Option
[
Int
],
argName
:
Option
[
String
],
annotations
:
Seq
[
KtAnnotationEntry
]):
Ast
def
astForThisExpression
(
expr
:
KtThisExpression
,
argIdx
:
Option
[
Int
],
argName
:
Option
[
String
],
annotations
:
Seq
[
KtAnnotationEntry
]):
Ast
def
astForTypeAlias
(
typeAlias
:
KtTypeAlias
):
Ast
def
astForTypeReference
(
expr
:
KtTypeReference
,
argIdx
:
Option
[
Int
],
argName
:
Option
[
String
]):
Ast
In this article
Attributes
Members list
Value members
Concrete methods