Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/congo-cc/congo-parser-generator
/ functions
Functions
13,111 in github.com/congo-cc/congo-parser-generator
⨍
Functions
13,111
◇
Types & classes
1,966
↳
Endpoints
3
↓ 53 callers
Method
Empty
()
examples/csharp/testfiles/Array.cs:672
↓ 52 callers
Method
add_node
Allocates a new node and returns its ID.
examples/rust/testfiles/ast.rs:865
↓ 52 callers
Method
error
(message: anyhow::Error)
examples/rust/testfiles/keymap_editor.rs:2445
↓ 50 callers
Method
CopyTo
<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 callers
Method
add
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 callers
Method
childrenOfType
(Class<T> clazz)
examples/java/testfiles/Node.java:378
↓ 50 callers
Method
replace
(Node toBeReplaced)
examples/java/testfiles/Node.java:489
↓ 49 callers
Function
active_thread
( conversation_view: &Entity<ConversationView>, cx: &TestAppContext, )
examples/rust/testfiles/conversation_view.rs:4751
↓ 49 callers
Method
addIndent
(int amount, StringBuilder result)
src/java/org/congocc/codegen/Translator.java:1632
↓ 49 callers
Function
parse_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 callers
Method
toString
()
src/java/org/congocc/templates/builtins/stringBI.java:68
↓ 48 callers
Method
assertAllRaise
(self, exception_type, regex, error_strings)
examples/python/testfiles/test_fstring.py:32
↓ 47 callers
Function
Compare
(decimal d1, decimal d2)
examples/csharp/testfiles/Decimal.cs:374
↓ 47 callers
Method
GetGenericArguments
()
examples/csharp/testfiles/RuntimeType.CoreCLR.cs:3501
↓ 47 callers
Method
IsDefined
()
examples/csharp/testfiles/TypeTest.cs:2690
↓ 47 callers
Method
IsDefined
()
examples/preprocessor/testfiles/TypeTest.cs:2690
↓ 47 callers
Method
default_visit
Called for any node kind that does not have a specific `visit_*` override.
examples/rust/testfiles/visitor.rs:40
↓ 47 callers
Method
new
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 callers
Method
send_job
( &mut self, status: Option<SharedString>, job: F, )
examples/rust/testfiles/git_store.rs:4443
↓ 46 callers
Method
clear_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 callers
Method
close_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 callers
Method
getLocation
@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 callers
Method
open_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 callers
Method
pp_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 callers
Method
filter
(self, record)
examples/python/testfiles/test_logging.py:441
↓ 45 callers
Method
v8_isolate
(&mut self)
examples/rust/testfiles/deno_core_runtime.rs:304
↓ 42 callers
Method
recurse
Just recurses over (i.e. visits) node's children @param node the node we are traversing
examples/java/testfiles/Node.java:740
↓ 41 callers
Method
ToArray
()
examples/preprocessor/testfiles/RuntimeType.CoreCLR.cs:81
↓ 41 callers
Method
transformTree
(Node node, boolean forType)
src/java/org/congocc/codegen/Translator.java:1162
↓ 41 callers
Method
warning
(message: impl Into<SharedString>)
examples/rust/testfiles/keymap_editor.rs:2438
↓ 40 callers
Method
AddRange
<summary> See the <see cref="IImmutableDictionary<TKey, TValue>"/> interface. </summary>
examples/csharp/testfiles/ImmutableHashMap.cs:109
↓ 40 callers
Method
Join
(ReadOnlySpan<char> path1, ReadOnlySpan<char> path2)
examples/csharp/testfiles/Path.cs:992
↓ 40 callers
Method
MapGet
(IEndpointRouteBuilder routes, string template, Delegate action)
examples/csharp/testfiles/RouteHandlerEndpointRouteBuilderExtensionsTest.cs:32
↓ 40 callers
Method
descendants
()
examples/java/testfiles/Node.java:587
↓ 40 callers
Function
eval
(input: &str)
examples/arithmetic/rust-saved/arith2/tests/evaluate.rs:24
↓ 40 callers
Method
execute
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 callers
Function
setup_conversation_view
( agent: impl AgentServer + 'static, cx: &mut TestAppContext, )
examples/rust/testfiles/conversation_view.rs:4035
↓ 39 callers
Method
active_thread
(&self)
examples/rust/testfiles/conversation_view.rs:452
↓ 39 callers
Method
borrow
(&self)
examples/rust/testfiles/uniform.rs:406
↓ 39 callers
Method
indexOf
@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 callers
Method
Load
(AssemblyName assemblyRef)
examples/csharp/testfiles/AppDomain.cs:722
↓ 37 callers
Function
init
(cx: &mut App)
examples/rust/testfiles/lib3.rs:20
↓ 36 callers
Method
CopyTo
(object[] array, int index)
examples/preprocessor/testfiles/RuntimeType.CoreCLR.cs:93
↓ 36 callers
Method
GetMember
(string name)
examples/csharp/testfiles/XamlType.cs:330
↓ 36 callers
Method
GetSymbolInfo
<summary> Gets the semantic information for an ordering clause in an orderby query clause. </summary>
examples/csharp/testfiles/CSharpSemanticModel.cs:491
↓ 36 callers
Method
Remove
<summary> </summary> <returns></returns>
examples/csharp/testfiles/WrappedArray.cs:173
↓ 36 callers
Method
StartsWith
<summary> Returns true if <paramref name="sb"/> starts with <paramref name="value"/>. </summary>
examples/csharp/testfiles/Lexer_RawStringLiteral.cs:410
↓ 36 callers
Method
getSimpleName
(Object o)
src/java/org/congocc/codegen/Translator.java:38
↓ 36 callers
Method
newLine
()
src/java/org/congocc/codegen/rust/RustFormatter.java:633
↓ 35 callers
Method
Clear
(Array array, int index, int length)
examples/csharp/testfiles/Array.cs:527
↓ 35 callers
Method
assert_syntax_error
(self, code: str)
examples/python/testfiles/test_patma.py:2646
↓ 35 callers
Method
getName
()
src/java/org/congocc/codegen/Translator.java:501
↓ 35 callers
Method
parse
(input: &str)
examples/rust/testfiles/git.rs:79
↓ 35 callers
Method
size
()
src/java/org/congocc/templates/core/variables/scope/Scope.java:64
↓ 34 callers
Method
GetTypeInfo
(TypeSpec type, IMemberContext context)
examples/csharp/testfiles/flowanalysis.cs:106
↓ 34 callers
Function
message_editor
( conversation_view: &Entity<ConversationView>, cx: &TestAppContext, )
examples/rust/testfiles/conversation_view.rs:4764
↓ 34 callers
Method
snapshot
(&self)
examples/rust/testfiles/git_store.rs:4149
↓ 33 callers
Method
Concat
(PropertyPatternClauseSyntax? left, PropertyPatternClauseSyntax? right)
examples/csharp/testfiles/UseRecursivePatternsCodeRefactoringProvider.cs:236
↓ 33 callers
Method
Method
(string name, int arity, AParametersCollection param, TypeSpec type)
examples/csharp/testfiles/membercache.cs:116
↓ 33 callers
Method
Method
(string name, int arity, AParametersCollection param, TypeSpec type)
examples/preprocessor/testfiles/membercache.cs:116
↓ 33 callers
Method
action
(&self)
examples/rust/testfiles/keymap_editor.rs:1874
↓ 33 callers
Method
equals
(Object o)
src/java/org/congocc/templates/core/Environment.java:906
↓ 33 callers
Method
getType
()
src/java/org/congocc/core/nfa/NfaState.java:82
↓ 32 callers
Method
GetGenericArguments
()
examples/preprocessor/testfiles/RuntimeType.CoreCLR.cs:3501
↓ 32 callers
Method
IndexOf
<summary> </summary> <param name="item"></param> <returns></returns>
examples/csharp/testfiles/WrappedArray.cs:345
↓ 32 callers
Method
Invoke
(string method, params object[] args)
examples/preprocessor/testfiles/sample.cs:162
↓ 32 callers
Method
add
(Number first, Number second)
src/java/org/congocc/templates/core/ArithmeticEngine.java:31
↓ 32 callers
Method
color
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 callers
Method
encode
(&self)
examples/rust/testfiles/lib6.rs:424
↓ 32 callers
Function
init_settings
(cx: &mut App, f: fn(&mut AllLanguageSettingsContent))
examples/rust/testfiles/buffer_tests.rs:4085
↓ 31 callers
Method
ContainsKey
<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 callers
Method
First
(int[] x)
examples/csharp/testfiles/sample.cs:21
↓ 31 callers
Method
Free
()
examples/csharp/testfiles/SyntaxNormalizer.cs:76
↓ 31 callers
Method
GetDeclaredSymbol
<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 callers
Method
addError
(String errorMessage)
src/java/org/congocc/app/Errors.java:29
↓ 31 callers
Method
as_str
(&self)
examples/rust/testfiles/agent_settings.rs:279
↓ 31 callers
Method
put
(String varname, Object value)
src/java/org/congocc/templates/core/Environment.java:643
↓ 31 callers
Method
remote_id
(&self)
examples/rust/testfiles/project.rs:2257
↓ 30 callers
Method
MakeArrayType
()
examples/csharp/testfiles/RuntimeType.CoreCLR.cs:3624
↓ 30 callers
Method
MakeArrayType
()
examples/preprocessor/testfiles/RuntimeType.CoreCLR.cs:3624
↓ 30 callers
Method
MakeByRefType
()
examples/csharp/testfiles/RuntimeType.CoreCLR.cs:3622
↓ 30 callers
Method
getAppSettings
()
src/java/org/congocc/core/Grammar.java:76
↓ 30 callers
Method
getType
()
examples/java/testfiles/Token.java:17
↓ 30 callers
Method
text
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 callers
Method
values
@return a collection containing the values in the hash.
src/java/org/congocc/templates/TemplateHash.java:43
↓ 29 callers
Method
Load
(AssemblyName assemblyRef)
examples/preprocessor/testfiles/AppDomain.cs:722
↓ 28 callers
Function
AsMutable
(ref decimal d)
examples/csharp/testfiles/Decimal.DecCalc.cs:26
↓ 28 callers
Function
AsMutable
(ref decimal d)
examples/preprocessor/testfiles/Decimal.DecCalc.cs:26
↓ 28 callers
Function
assert_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 callers
Method
format
( &mut self, buffers: HashSet<Entity<Buffer>>, target: LspFormatTarget, push_t
examples/rust/testfiles/project.rs:4145
↓ 28 callers
Method
getLastChild
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 callers
Function
lex_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 callers
Method
node
Accesses a node by its ID. # Panics Panics if the `NodeId` is out of bounds.
examples/rust/testfiles/ast.rs:282
↓ 28 callers
Method
toString
()
examples/java/testfiles/Token.java:248
↓ 27 callers
Method
Cancel
()
examples/csharp/testfiles/CancellationTokenSourceTest.cs:123
↓ 27 callers
Method
GetHashCode
<summary> </summary> <returns></returns>
examples/csharp/testfiles/Graph.cs:370
↓ 27 callers
Method
Sort
<summary> </summary>
examples/csharp/testfiles/WrappedArray.cs:303
↓ 27 callers
Method
ToArray
()
examples/csharp/testfiles/RuntimeType.CoreCLR.cs:81
↓ 27 callers
Method
name
Returns the name of this node kind as a string.
examples/rust/testfiles/ast.rs:123
↓ 26 callers
Method
Emit
(EmitContext ec)
examples/csharp/testfiles/async.cs:111
← previous
next →
101–200 of 13,111, ranked by callers