Skip to content

Commit

Permalink
Deploying to gh-pages from @ c630634 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
oxisto committed Sep 12, 2024
1 parent 76cc759 commit ddda8d8
Show file tree
Hide file tree
Showing 194 changed files with 10,972 additions and 1,939 deletions.
291 changes: 158 additions & 133 deletions dokka/main/cpg-analysis/navigation.html

Large diffs are not rendered by default.

291 changes: 158 additions & 133 deletions dokka/main/cpg-console/navigation.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -986,6 +986,21 @@ <h2 class="">Functions</h2>
</div>
</div>
</div>
<a data-name="2129251881%2FFunctions%2F1556141526" anchor-label="newOperatorCallExpression" id="2129251881%2FFunctions%2F1556141526" data-filterable-set=":cpg-core:dokkaHtmlPartial/main"></a>
<div class="table-row" data-togglable="EXTENSION_FUNCTION" data-filterable-current=":cpg-core:dokkaHtmlPartial/main" data-filterable-set=":cpg-core:dokkaHtmlPartial/main">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex">
<div><a href="../../de.fraunhofer.aisec.cpg.graph/new-operator-call-expression.html"><span>new</span><wbr><span>Operator</span><wbr><span>Call</span><wbr><span><span>Expression</span></span></a></div>
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="2129251881%2FFunctions%2F1556141526"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="title">
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":cpg-core:dokkaHtmlPartial/main"><div class="symbol monospace"><div class="block"><div class="block"><span class="token annotation builtin">@</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html"><span class="token annotation builtin">JvmOverloads</span></a></div></div><span class="token keyword"></span><span class="token keyword">fun </span><a href="../../de.fraunhofer.aisec.cpg.graph/-metadata-provider/index.html">MetadataProvider</a><span class="token punctuation">.</span><a href="../../de.fraunhofer.aisec.cpg.graph/new-operator-call-expression.html"><span class="token function">newOperatorCallExpression</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">operatorCode<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a><span class="token punctuation">, </span></span><span class="parameter ">callee<span class="token operator">: </span><a href="../../de.fraunhofer.aisec.cpg.graph.statements.expressions/-expression/index.html">Expression</a><span class="token operator">?</span><span class="token punctuation">, </span></span><span class="parameter ">rawNode<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a><span class="token operator">?</span><span class="token operator"> = </span>null</span></span><span class="token punctuation">)</span><span class="token operator">: </span><a href="../../de.fraunhofer.aisec.cpg.graph.statements.expressions/-operator-call-expression/index.html">OperatorCallExpression</a></div><div class="brief "><p class="paragraph">Creates a new <a href="../../de.fraunhofer.aisec.cpg.graph.statements.expressions/-member-call-expression/index.html">MemberCallExpression</a>. The <a href="../../de.fraunhofer.aisec.cpg.graph/-metadata-provider/index.html">MetadataProvider</a> receiver will be used to fill different meta-data using <a href="../../de.fraunhofer.aisec.cpg.graph/apply-metadata.html">Node.applyMetadata</a>. Calling this extension function outside of Kotlin requires an appropriate <a href="../../de.fraunhofer.aisec.cpg.graph/-metadata-provider/index.html">MetadataProvider</a>, such as a LanguageFrontend as an additional prepended argument.</p></div></div></div>
</div>
</div>
</div>
</div>
<a data-name="-721141655%2FFunctions%2F1556141526" anchor-label="newOperatorDeclaration" id="-721141655%2FFunctions%2F1556141526" data-filterable-set=":cpg-core:dokkaHtmlPartial/main"></a>
<div class="table-row" data-togglable="EXTENSION_FUNCTION" data-filterable-current=":cpg-core:dokkaHtmlPartial/main" data-filterable-set=":cpg-core:dokkaHtmlPartial/main">
<div class="main-subrow keyValue ">
Expand All @@ -996,7 +1011,7 @@ <h2 class="">Functions</h2>
</span></span></div>
<div>
<div class="title">
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":cpg-core:dokkaHtmlPartial/main"><div class="symbol monospace"><div class="block"><div class="block"><span class="token annotation builtin">@</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html"><span class="token annotation builtin">JvmOverloads</span></a></div></div><span class="token keyword"></span><span class="token keyword">fun </span><a href="../../de.fraunhofer.aisec.cpg.graph/-metadata-provider/index.html">MetadataProvider</a><span class="token punctuation">.</span><a href="../../de.fraunhofer.aisec.cpg.graph/new-operator-declaration.html"><span class="token function">newOperatorDeclaration</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">name<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char-sequence/index.html">CharSequence</a><span class="token punctuation">, </span></span><span class="parameter ">operatorCode<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a><span class="token punctuation">, </span></span><span class="parameter ">recordDeclaration<span class="token operator">: </span><a href="../../de.fraunhofer.aisec.cpg.graph.declarations/-record-declaration/index.html">RecordDeclaration</a><span class="token operator">?</span><span class="token operator"> = </span>null<span class="token punctuation">, </span></span><span class="parameter ">rawNode<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a><span class="token operator">?</span><span class="token operator"> = </span>null</span></span><span class="token punctuation">)</span><span class="token operator">: </span><a href="../../de.fraunhofer.aisec.cpg.graph.declarations/-method-declaration/index.html">MethodDeclaration</a></div><div class="brief "><p class="paragraph">Creates a new <a href="../../de.fraunhofer.aisec.cpg.graph.declarations/-operator-declaration/index.html">OperatorDeclaration</a>. The <a href="../../de.fraunhofer.aisec.cpg.graph/-metadata-provider/index.html">MetadataProvider</a> receiver will be used to fill different meta-data using <a href="../../de.fraunhofer.aisec.cpg.graph/apply-metadata.html">Node.applyMetadata</a>. Calling this extension function outside of Kotlin requires an appropriate <a href="../../de.fraunhofer.aisec.cpg.graph/-metadata-provider/index.html">MetadataProvider</a>, such as a <a href="../-language-frontend/index.html">LanguageFrontend</a> as an additional prepended argument.</p></div></div></div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":cpg-core:dokkaHtmlPartial/main"><div class="symbol monospace"><div class="block"><div class="block"><span class="token annotation builtin">@</span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-overloads/index.html"><span class="token annotation builtin">JvmOverloads</span></a></div></div><span class="token keyword"></span><span class="token keyword">fun </span><a href="../../de.fraunhofer.aisec.cpg.graph/-metadata-provider/index.html">MetadataProvider</a><span class="token punctuation">.</span><a href="../../de.fraunhofer.aisec.cpg.graph/new-operator-declaration.html"><span class="token function">newOperatorDeclaration</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">name<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char-sequence/index.html">CharSequence</a><span class="token punctuation">, </span></span><span class="parameter ">operatorCode<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a><span class="token punctuation">, </span></span><span class="parameter ">recordDeclaration<span class="token operator">: </span><a href="../../de.fraunhofer.aisec.cpg.graph.declarations/-record-declaration/index.html">RecordDeclaration</a><span class="token operator">?</span><span class="token operator"> = </span>null<span class="token punctuation">, </span></span><span class="parameter ">rawNode<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html">Any</a><span class="token operator">?</span><span class="token operator"> = </span>null</span></span><span class="token punctuation">)</span><span class="token operator">: </span><a href="../../de.fraunhofer.aisec.cpg.graph.declarations/-operator-declaration/index.html">OperatorDeclaration</a></div><div class="brief "><p class="paragraph">Creates a new <a href="../../de.fraunhofer.aisec.cpg.graph.declarations/-operator-declaration/index.html">OperatorDeclaration</a>. The <a href="../../de.fraunhofer.aisec.cpg.graph/-metadata-provider/index.html">MetadataProvider</a> receiver will be used to fill different meta-data using <a href="../../de.fraunhofer.aisec.cpg.graph/apply-metadata.html">Node.applyMetadata</a>. Calling this extension function outside of Kotlin requires an appropriate <a href="../../de.fraunhofer.aisec.cpg.graph/-metadata-provider/index.html">MetadataProvider</a>, such as a <a href="../-language-frontend/index.html">LanguageFrontend</a> as an additional prepended argument.</p></div></div></div>
</div>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,25 @@ <h2 class="">Properties</h2>
</div>
</div>
</div>
<div data-togglable="FUNCTION">
<h2 class="">Functions</h2>
<div class="table"><a data-name="-503697372%2FFunctions%2F1556141526" anchor-label="operatorCodeFor" id="-503697372%2FFunctions%2F1556141526" data-filterable-set=":cpg-core:dokkaHtmlPartial/main"></a>
<div class="table-row" data-filterable-current=":cpg-core:dokkaHtmlPartial/main" data-filterable-set=":cpg-core:dokkaHtmlPartial/main">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex">
<div><a href="operator-code-for.html"><span>operator</span><wbr><span>Code</span><wbr><span><span>For</span></span></a></div>
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="-503697372%2FFunctions%2F1556141526"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="title">
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":cpg-core:dokkaHtmlPartial/main"><div class="symbol monospace"><span class="token keyword">open </span><span class="token keyword"></span><span class="token keyword">fun </span><a href="operator-code-for.html"><span class="token function">operatorCodeFor</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">name<span class="token operator">: </span><a href="../../de.fraunhofer.aisec.cpg.graph.scopes/-symbol/index.html">Symbol</a></span></span><span class="token punctuation">)</span><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a><span class="token operator">?</span></div><div class="brief "><p class="paragraph">Returns the matching operator code for <a href="operator-code-for.html">name</a> in <a href="overloaded-operator-names.html">overloadedOperatorNames</a>. While <a href="overloaded-operator-names.html">overloadedOperatorNames</a> can have multiple entries for a single operator code (e.g. to differentiate between unary and binary ops), we only ever allow one distinct operator code for a specific symbol. If non such distinct operator code is found, null is returned.</p></div></div></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
<!doctype html>
<html class="no-js">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
<title>operatorCodeFor</title>
<link href="../../../images/logo-icon.svg" rel="icon" type="image/svg"> <script>var pathToRoot = "../../../";</script>
<script>document.documentElement.classList.replace("no-js","js");</script>
<script>const storage = localStorage.getItem("dokka-dark-mode")
if (storage == null) {
const osDarkSchemePreferred = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches
if (osDarkSchemePreferred === true) {
document.getElementsByTagName("html")[0].classList.add("theme-dark")
}
} else {
const savedDarkMode = JSON.parse(storage)
if(savedDarkMode === true) {
document.getElementsByTagName("html")[0].classList.add("theme-dark")
}
}
</script>
<script type="text/javascript" src="https://unpkg.com/kotlin-playground@1/dist/playground.min.js" async></script>
<script type="text/javascript" src="../../../scripts/sourceset_dependencies.js" async></script>
<link href="../../../styles/style.css" rel="Stylesheet">
<link href="../../../styles/main.css" rel="Stylesheet">
<link href="../../../styles/prism.css" rel="Stylesheet">
<link href="../../../styles/logo-styles.css" rel="Stylesheet">
<link href="../../../styles/font-jb-sans-auto.css" rel="Stylesheet">
<script type="text/javascript" src="../../../scripts/clipboard.js" async></script>
<script type="text/javascript" src="../../../scripts/navigation-loader.js" async></script>
<script type="text/javascript" src="../../../scripts/platform-content-handler.js" async></script>
<script type="text/javascript" src="../../../scripts/main.js" defer></script>
<script type="text/javascript" src="../../../scripts/prism.js" async></script>
<script type="text/javascript" src="../../../scripts/symbol-parameters-wrapper_deferred.js" defer></script>
<link href="../../../styles/multimodule.css" rel="Stylesheet"></head>
<body>
<div class="root">
<nav class="navigation" id="navigation-wrapper">
<div class="navigation--inner">
<div class="navigation-title">
<button class="menu-toggle" id="menu-toggle" type="button">toggle menu</button>
<div class="library-name">
<a class="library-name--link" href="../../../index.html">
cpg
</a> </div>
<div class="library-version">
<dokka-template-command data="{&quot;@class&quot;:&quot;org.jetbrains.dokka.base.templating.ReplaceVersionsCommand&quot;,&quot;location&quot;:&quot;de.fraunhofer.aisec.cpg.frontends/-has-operator-overloading/operator-code-for.html&quot;}"><div class="versions-dropdown">
<div class="versions-dropdown-button">main</div>
<div class="versions-dropdown-data"><a href="../../../not-found-version.html?v=8.3.0">8.3.0</a><a href="../../../not-found-version.html?v=8.2.0">8.2.0</a><a href="operator-code-for.html">main</a></div>
</div>
</dokka-template-command> </div>
</div>
<div class="filter-section" id="filter-section">
<button class="platform-tag platform-selector jvm-like" data-active="" data-filter=":cpg-core:dokkaHtmlPartial/main">jvm</button>
</div>
</div>
<div class="navigation-controls">
<button class="navigation-controls--btn navigation-controls--theme" id="theme-toggle-button" type="button">switch theme</button>
<div class="navigation-controls--btn navigation-controls--search" id="searchBar" role="button">search in API</div>
</div>
</nav>
<div id="container">
<div class="sidebar" id="leftColumn">
<div class="sidebar--inner" id="sideMenu"></div>
</div>
<div id="main">
<div class="main-content" data-page-type="member" id="content" pageids="cpg-core::de.fraunhofer.aisec.cpg.frontends/HasOperatorOverloading/operatorCodeFor/#kotlin.String/PointingToDeclaration//1556141526">
<div class="breadcrumbs"><a href="../../index.html">cpg-core</a><span class="delimiter">/</span><a href="../index.html">de.fraunhofer.aisec.cpg.frontends</a><span class="delimiter">/</span><a href="index.html">HasOperatorOverloading</a><span class="delimiter">/</span><span class="current">operatorCodeFor</span></div>
<div class="cover ">
<h1 class="cover"><span>operator</span><wbr><span>Code</span><wbr><span><span>For</span></span></h1>
</div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":cpg-core:dokkaHtmlPartial/main"><div class="symbol monospace"><span class="token keyword">open </span><span class="token keyword"></span><span class="token keyword">fun </span><a href="operator-code-for.html"><span class="token function">operatorCodeFor</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">name<span class="token operator">: </span><a href="../../de.fraunhofer.aisec.cpg.graph.scopes/-symbol/index.html">Symbol</a></span></span><span class="token punctuation">)</span><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a><span class="token operator">?</span></div><p class="paragraph">Returns the matching operator code for <a href="operator-code-for.html">name</a> in <a href="overloaded-operator-names.html">overloadedOperatorNames</a>. While <a href="overloaded-operator-names.html">overloadedOperatorNames</a> can have multiple entries for a single operator code (e.g. to differentiate between unary and binary ops), we only ever allow one distinct operator code for a specific symbol. If non such distinct operator code is found, null is returned.</p></div></div>
</div>
<div class="footer">
<span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2024 Copyright</span><span class="pull-right"><span>Generated by </span><a href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span>
</div>
</div>
</div>
</div>
</body>
</html>

Loading

0 comments on commit ddda8d8

Please sign in to comment.