MCPcopy Create free account

hub / github.com/congo-cc/congo-parser-generator / functions

Functions13,111 in github.com/congo-cc/congo-parser-generator

↓ 53 callersMethodEmpty
()
examples/csharp/testfiles/Array.cs:672
↓ 52 callersMethodadd_node
Allocates a new node and returns its ID.
examples/rust/testfiles/ast.rs:865
↓ 52 callersMethoderror
(message: anyhow::Error)
examples/rust/testfiles/keymap_editor.rs:2445
↓ 50 callersMethodCopyTo
<summary> Copies the underlying <see cref="T:WebAssembly.Core.TypedArray`2"/> data to a Span. </summary> <returns>Total copied.</returns> <param name=
examples/csharp/testfiles/TypedArray.cs:163
↓ 50 callersMethodadd
Adds a {@link JavaCodeInjection1} dynamically (post-parsing). @param ci is the {@code CodeInjection} to be added
src/java/org/congocc/codegen/java/JavaCodeInjector.java:206
↓ 50 callersMethodchildrenOfType
(Class<T> clazz)
examples/java/testfiles/Node.java:378
↓ 50 callersMethodreplace
(Node toBeReplaced)
examples/java/testfiles/Node.java:489
↓ 49 callersFunctionactive_thread
( conversation_view: &Entity<ConversationView>, cx: &TestAppContext, )
examples/rust/testfiles/conversation_view.rs:4751
↓ 49 callersMethodaddIndent
(int amount, StringBuilder result)
src/java/org/congocc/codegen/Translator.java:1632
↓ 49 callersFunctionparse_err
Parse `input`, expecting either a syntactic parse error OR a semantic-validation error. Panics if the input parses AND validates cleanly; otherwise r
examples/sqlexpr/rust-saved/tests/parser_test_support/mod.rs:122
↓ 49 callersMethodtoString
()
src/java/org/congocc/templates/builtins/stringBI.java:68
↓ 48 callersMethodassertAllRaise
(self, exception_type, regex, error_strings)
examples/python/testfiles/test_fstring.py:32
↓ 47 callersFunctionCompare
(decimal d1, decimal d2)
examples/csharp/testfiles/Decimal.cs:374
↓ 47 callersMethodGetGenericArguments
()
examples/csharp/testfiles/RuntimeType.CoreCLR.cs:3501
↓ 47 callersMethodIsDefined
()
examples/csharp/testfiles/TypeTest.cs:2690
↓ 47 callersMethodIsDefined
()
examples/preprocessor/testfiles/TypeTest.cs:2690
↓ 47 callersMethoddefault_visit
Called for any node kind that does not have a specific `visit_*` override.
examples/rust/testfiles/visitor.rs:40
↓ 47 callersMethodnew
Creates a new `ProjectGroupKey` with the given path list. The path list should point to the git main worktree paths for a project.
examples/rust/testfiles/project.rs:6215
↓ 47 callersMethodsend_job
( &mut self, status: Option<SharedString>, job: F, )
examples/rust/testfiles/git_store.rs:4443
↓ 46 callersMethodclear_node_scope
Clears all nodes from the current scope and pops it. Used on the error path: discards all nodes that were pushed during the failed production and rem
examples/rust/testfiles/ast.rs:1033
↓ 46 callersMethodclose_node_scope
Closes the current node scope with a boolean condition. If `condition` is true, all nodes in the scope become children of the scope's production node
examples/rust/testfiles/ast.rs:990
↓ 46 callersMethodgetLocation
@return a String that gives the starting location of this Node. This is a default implementation that could be overridden
examples/java/testfiles/Node.java:301
↓ 46 callersMethodopen_node_scope
Opens a new node scope for the given production node. Nodes pushed after this call belong to this scope until `close_node_scope` is called.
examples/rust/testfiles/ast.rs:953
↓ 46 callersMethodpp_default
Produces a `Doc` for any node kind without a specific `pp_*` override. Default: emit the node's kind name as a label, then indent the pretty-printed
examples/rust/testfiles/pretty.rs:309
↓ 45 callersMethodfilter
(self, record)
examples/python/testfiles/test_logging.py:441
↓ 45 callersMethodv8_isolate
(&mut self)
examples/rust/testfiles/deno_core_runtime.rs:304
↓ 42 callersMethodrecurse
Just recurses over (i.e. visits) node's children @param node the node we are traversing
examples/java/testfiles/Node.java:740
↓ 41 callersMethodToArray
()
examples/preprocessor/testfiles/RuntimeType.CoreCLR.cs:81
↓ 41 callersMethodtransformTree
(Node node, boolean forType)
src/java/org/congocc/codegen/Translator.java:1162
↓ 41 callersMethodwarning
(message: impl Into<SharedString>)
examples/rust/testfiles/keymap_editor.rs:2438
↓ 40 callersMethodAddRange
<summary> See the <see cref="IImmutableDictionary&lt;TKey, TValue&gt;"/> interface. </summary>
examples/csharp/testfiles/ImmutableHashMap.cs:109
↓ 40 callersMethodJoin
(ReadOnlySpan<char> path1, ReadOnlySpan<char> path2)
examples/csharp/testfiles/Path.cs:992
↓ 40 callersMethodMapGet
(IEndpointRouteBuilder routes, string template, Delegate action)
examples/csharp/testfiles/RouteHandlerEndpointRouteBuilderExtensionsTest.cs:32
↓ 40 callersMethoddescendants
()
examples/java/testfiles/Node.java:587
↓ 40 callersFunctioneval
(input: &str)
examples/arithmetic/rust-saved/arith2/tests/evaluate.rs:24
↓ 40 callersMethodexecute
Executes traditional JavaScript code (traditional = not ES modules) The execution takes place on the current global context, so it is possible to mai
examples/rust/testfiles/deno_core_runtime.rs:354
↓ 40 callersFunctionsetup_conversation_view
( agent: impl AgentServer + 'static, cx: &mut TestAppContext, )
examples/rust/testfiles/conversation_view.rs:4035
↓ 39 callersMethodactive_thread
(&self)
examples/rust/testfiles/conversation_view.rs:452
↓ 39 callersMethodborrow
(&self)
examples/rust/testfiles/uniform.rs:406
↓ 39 callersMethodindexOf
@return the index of the child Node. Or -1 if it is not a child Node. @param child the Node to get the index of
examples/java/testfiles/Node.java:138
↓ 38 callersMethodLoad
(AssemblyName assemblyRef)
examples/csharp/testfiles/AppDomain.cs:722
↓ 37 callersFunctioninit
(cx: &mut App)
examples/rust/testfiles/lib3.rs:20
↓ 36 callersMethodCopyTo
(object[] array, int index)
examples/preprocessor/testfiles/RuntimeType.CoreCLR.cs:93
↓ 36 callersMethodGetMember
(string name)
examples/csharp/testfiles/XamlType.cs:330
↓ 36 callersMethodGetSymbolInfo
<summary> Gets the semantic information for an ordering clause in an orderby query clause. </summary>
examples/csharp/testfiles/CSharpSemanticModel.cs:491
↓ 36 callersMethodRemove
<summary> </summary> <returns></returns>
examples/csharp/testfiles/WrappedArray.cs:173
↓ 36 callersMethodStartsWith
<summary> Returns true if <paramref name="sb"/> starts with <paramref name="value"/>. </summary>
examples/csharp/testfiles/Lexer_RawStringLiteral.cs:410
↓ 36 callersMethodgetSimpleName
(Object o)
src/java/org/congocc/codegen/Translator.java:38
↓ 36 callersMethodnewLine
()
src/java/org/congocc/codegen/rust/RustFormatter.java:633
↓ 35 callersMethodClear
(Array array, int index, int length)
examples/csharp/testfiles/Array.cs:527
↓ 35 callersMethodassert_syntax_error
(self, code: str)
examples/python/testfiles/test_patma.py:2646
↓ 35 callersMethodgetName
()
src/java/org/congocc/codegen/Translator.java:501
↓ 35 callersMethodparse
(input: &str)
examples/rust/testfiles/git.rs:79
↓ 35 callersMethodsize
()
src/java/org/congocc/templates/core/variables/scope/Scope.java:64
↓ 34 callersMethodGetTypeInfo
(TypeSpec type, IMemberContext context)
examples/csharp/testfiles/flowanalysis.cs:106
↓ 34 callersFunctionmessage_editor
( conversation_view: &Entity<ConversationView>, cx: &TestAppContext, )
examples/rust/testfiles/conversation_view.rs:4764
↓ 34 callersMethodsnapshot
(&self)
examples/rust/testfiles/git_store.rs:4149
↓ 33 callersMethodConcat
(PropertyPatternClauseSyntax? left, PropertyPatternClauseSyntax? right)
examples/csharp/testfiles/UseRecursivePatternsCodeRefactoringProvider.cs:236
↓ 33 callersMethodMethod
(string name, int arity, AParametersCollection param, TypeSpec type)
examples/csharp/testfiles/membercache.cs:116
↓ 33 callersMethodMethod
(string name, int arity, AParametersCollection param, TypeSpec type)
examples/preprocessor/testfiles/membercache.cs:116
↓ 33 callersMethodaction
(&self)
examples/rust/testfiles/keymap_editor.rs:1874
↓ 33 callersMethodequals
(Object o)
src/java/org/congocc/templates/core/Environment.java:906
↓ 33 callersMethodgetType
()
src/java/org/congocc/core/nfa/NfaState.java:82
↓ 32 callersMethodGetGenericArguments
()
examples/preprocessor/testfiles/RuntimeType.CoreCLR.cs:3501
↓ 32 callersMethodIndexOf
<summary> </summary> <param name="item"></param> <returns></returns>
examples/csharp/testfiles/WrappedArray.cs:345
↓ 32 callersMethodInvoke
(string method, params object[] args)
examples/preprocessor/testfiles/sample.cs:162
↓ 32 callersMethodadd
(Number first, Number second)
src/java/org/congocc/templates/core/ArithmeticEngine.java:31
↓ 32 callersMethodcolor
Returns the corresponding color for this completion. Will return `None` if this completion's kind is not [`CompletionItemKind::COLOR`].
examples/rust/testfiles/project.rs:6595
↓ 32 callersMethodencode
(&self)
examples/rust/testfiles/lib6.rs:424
↓ 32 callersFunctioninit_settings
(cx: &mut App, f: fn(&mut AllLanguageSettingsContent))
examples/rust/testfiles/buffer_tests.rs:4085
↓ 31 callersMethodContainsKey
<summary> Determines whether the specified key contains key. </summary> <param name="key">The key.</param> <returns> <c>true</c> if the specified key
examples/csharp/testfiles/ImmutableHashMap.cs:356
↓ 31 callersMethodFirst
(int[] x)
examples/csharp/testfiles/sample.cs:21
↓ 31 callersMethodFree
()
examples/csharp/testfiles/SyntaxNormalizer.cs:76
↓ 31 callersMethodGetDeclaredSymbol
<summary> Given a member declaration syntax, get the corresponding symbol. </summary> <param name="declarationSyntax">The syntax node that declares a
examples/csharp/testfiles/CSharpSemanticModel.cs:2893
↓ 31 callersMethodaddError
(String errorMessage)
src/java/org/congocc/app/Errors.java:29
↓ 31 callersMethodas_str
(&self)
examples/rust/testfiles/agent_settings.rs:279
↓ 31 callersMethodput
(String varname, Object value)
src/java/org/congocc/templates/core/Environment.java:643
↓ 31 callersMethodremote_id
(&self)
examples/rust/testfiles/project.rs:2257
↓ 30 callersMethodMakeArrayType
()
examples/csharp/testfiles/RuntimeType.CoreCLR.cs:3624
↓ 30 callersMethodMakeArrayType
()
examples/preprocessor/testfiles/RuntimeType.CoreCLR.cs:3624
↓ 30 callersMethodMakeByRefType
()
examples/csharp/testfiles/RuntimeType.CoreCLR.cs:3622
↓ 30 callersMethodgetAppSettings
()
src/java/org/congocc/core/Grammar.java:76
↓ 30 callersMethodgetType
()
examples/java/testfiles/Token.java:17
↓ 30 callersMethodtext
Returns the source text spanned by the given node. For token leaves, delegates to [`token_text`](Self::token_text) so that synthetic tokens (created
examples/rust/testfiles/ast.rs:376
↓ 30 callersMethodvalues
@return a collection containing the values in the hash.
src/java/org/congocc/templates/TemplateHash.java:43
↓ 29 callersMethodLoad
(AssemblyName assemblyRef)
examples/preprocessor/testfiles/AppDomain.cs:722
↓ 28 callersFunctionAsMutable
(ref decimal d)
examples/csharp/testfiles/Decimal.DecCalc.cs:26
↓ 28 callersFunctionAsMutable
(ref decimal d)
examples/preprocessor/testfiles/Decimal.DecCalc.cs:26
↓ 28 callersFunctionassert_approx
Assert that two f64 values are approximately equal (within epsilon). Needed for floating-point arithmetic that may introduce tiny rounding errors.
examples/arithmetic/rust-saved/arith2/tests/evaluate.rs:33
↓ 28 callersMethodformat
( &mut self, buffers: HashSet<Entity<Buffer>>, target: LspFormatTarget, push_t
examples/rust/testfiles/project.rs:4145
↓ 28 callersMethodgetLastChild
Returns the last child of the given node. If there is no such node, this returns <code>null</code>. @return the last child of the given node. If ther
examples/java/testfiles/Node.java:540
↓ 28 callersFunctionlex_no_ws
Tokenize and drop tokens whose `is_unparsed` flag is set (whitespace). Useful when an assertion only cares about "real" tokens.
examples/sqlexpr/rust-saved/tests/lexer_test.rs:44
↓ 28 callersMethodnode
Accesses a node by its ID. # Panics Panics if the `NodeId` is out of bounds.
examples/rust/testfiles/ast.rs:282
↓ 28 callersMethodtoString
()
examples/java/testfiles/Token.java:248
↓ 27 callersMethodCancel
()
examples/csharp/testfiles/CancellationTokenSourceTest.cs:123
↓ 27 callersMethodGetHashCode
<summary> </summary> <returns></returns>
examples/csharp/testfiles/Graph.cs:370
↓ 27 callersMethodSort
<summary> </summary>
examples/csharp/testfiles/WrappedArray.cs:303
↓ 27 callersMethodToArray
()
examples/csharp/testfiles/RuntimeType.CoreCLR.cs:81
↓ 27 callersMethodname
Returns the name of this node kind as a string.
examples/rust/testfiles/ast.rs:123
↓ 26 callersMethodEmit
(EmitContext ec)
examples/csharp/testfiles/async.cs:111
← previousnext →101–200 of 13,111, ranked by callers