Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boalang/compiler
/ functions
Functions
7,592 in github.com/boalang/compiler
⨍
Functions
7,592
◇
Types & classes
730
↓ 18 callers
Method
ensureFilesIsMutable
()
src/compiled-proto/boa/types/Issues.java:5924
↓ 18 callers
Method
ensureNamespacesIsMutable
()
src/compiled-proto/boa/types/Ast.java:1799
↓ 18 callers
Method
ensureProcessingInstructionIsMutable
()
src/compiled-proto/boa/types/Ast.java:41806
↓ 18 callers
Method
getGenericParametersFieldBuilder
()
src/compiled-proto/boa/types/Ast.java:15934
↓ 18 callers
Method
getIdList
()
src/java/boa/compiler/ast/statements/FixPStatement.java:85
↓ 18 callers
Method
getLimitResetTime
()
src/java/boa/datagen/forges/github/MetadataCacher.java:158
↓ 18 callers
Method
getOpsSize
()
src/java/boa/compiler/ast/Term.java:44
↓ 18 callers
Method
getOutEdges
Returns list of out edges with control edges first followed by data edges. @param node destination node @return list of out edges
src/java/boa/graphs/pdg/PDGNode.java:77
↓ 18 callers
Method
getStart
()
src/java/boa/compiler/ast/Index.java:33
↓ 18 callers
Method
getWeight
()
src/java/boa/compiler/ast/types/OutputType.java:105
↓ 18 callers
Method
hasInitializer
<code>optional .boa.types.Expression initializer = 4;</code> <pre> If the variable has an initial assignment, the expression is stored here </pre>
src/compiled-proto/boa/types/Ast.java:17622
↓ 18 callers
Method
initialize
{@inheritDoc}
src/java/boa/functions/BoaCountingVisitor.java:35
↓ 18 callers
Method
isEmpty
()
src/java/boa/compiler/ast/Composite.java:37
↓ 18 callers
Method
mergeFrom
(com.google.protobuf.Message other)
src/compiled-proto/boa/types/Control.java:717
↓ 18 callers
Method
newBuilder
()
src/compiled-proto/boa/types/Ast.java:33930
↓ 18 callers
Method
newBuilder
()
src/compiled-proto/boa/types/Code.java:1398
↓ 18 callers
Method
newBuilder
()
src/compiled-proto/boa/types/Code.java:3965
↓ 18 callers
Method
postVisit
(final Project node)
src/java/boa/runtime/BoaAbstractVisitor.java:123
↓ 18 callers
Method
preVisit
(final Project node)
src/java/boa/runtime/BoaAbstractVisitor.java:62
↓ 18 callers
Method
singleton
(Node node)
src/java/boa/compiler/visitors/CFGBuildingVisitor.java:1328
↓ 17 callers
Method
accept
{@inheritDoc}
src/java/boa/compiler/ast/statements/Block.java:57
↓ 17 callers
Method
getDefaultInstance
()
src/compiled-proto/boa/types/Toplevel.java:838
↓ 17 callers
Method
getResponseCode
()
src/java/boa/datagen/forges/github/MetadataCacher.java:61
↓ 17 callers
Method
getRhsSize
()
src/java/boa/compiler/ast/Term.java:64
↓ 17 callers
Method
matches
(final Object o)
src/test/boa/test/compiler/BaseTest.java:351
↓ 17 callers
Method
setMethod
<code>optional string method = 9;</code>
src/compiled-proto/boa/types/Ast.java:30393
↓ 17 callers
Method
toJavaType
{@inheritDoc}
src/java/boa/types/BoaAny.java:50
↓ 16 callers
Method
ensureBlock
(final Statement s)
src/java/boa/compiler/ast/Node.java:72
↓ 16 callers
Method
getArgsSize
()
src/java/boa/compiler/ast/Call.java:39
↓ 16 callers
Method
getCases
()
src/java/boa/compiler/ast/statements/SwitchCase.java:41
↓ 16 callers
Method
getDest
()
src/java/boa/graphs/Edge.java:69
↓ 16 callers
Method
getIndex
()
src/java/boa/compiler/ast/types/MapType.java:33
↓ 16 callers
Method
getModifiers
<code>repeated .boa.types.Modifier modifiers = 2;</code> <pre> A list of all modifiers on the variable </pre>
src/compiled-proto/boa/types/Ast.java:13279
↓ 16 callers
Method
getRevisions
<code>repeated .boa.types.Revision revisions = 3;</code> <pre> All of the revisions contained in the code repository </pre>
src/compiled-proto/boa/types/Code.java:76
↓ 16 callers
Method
getStatementsCount
<code>repeated .boa.types.Statement statements = 7;</code> <pre> The statements in the method body. Note that most methods (in C-like languages, su
src/compiled-proto/boa/types/Ast.java:13502
↓ 16 callers
Method
hasModifier
Returns if the Method has the specified modifier. @param m the Method to examine @param kind the ModifierKind to test for @return true if m contains
src/java/boa/functions/BoaModifierIntrinsics.java:58
↓ 16 callers
Method
hasVisibility
Returns if the Method has the specified visibility modifier. @param m the Method to examine @param v the Visibility modifier to test for @return true
src/java/boa/functions/BoaModifierIntrinsics.java:74
↓ 16 callers
Method
initFields
()
src/compiled-proto/boa/types/Ast.java:12226
↓ 16 callers
Method
isCombining
()
src/java/boa/aggregators/Aggregator.java:138
↓ 16 callers
Method
newBuilder
()
src/compiled-proto/boa/types/Shared.java:742
↓ 16 callers
Method
parseFrom
( com.google.protobuf.ByteString data)
src/compiled-proto/boa/types/Control.java:538
↓ 16 callers
Method
partOf
(final int which, final long t, final TimeZone tz)
src/java/boa/functions/BoaTimeIntrinsics.java:287
↓ 16 callers
Method
setKey
(final EmitKey key)
src/java/boa/aggregators/Aggregator.java:151
↓ 16 callers
Method
traverse
(final CFG cfg, final Traversal.TraversalDirection direction, final Traversal.TraversalKind kind, final String
src/java/boa/runtime/BoaAbstractTraversal.java:119
↓ 15 callers
Method
doubleToString
Format a double into a {@link String}. @param d A double @return A {@link String} containing the number <em>d</em>
src/java/boa/functions/BoaCasts.java:139
↓ 15 callers
Method
getContent
()
src/java/boa/datagen/forges/github/MetadataCacher.java:65
↓ 15 callers
Method
getKind
(Expression exp)
src/java/boa/functions/BoaNormalFormIntrinsics.java:2676
↓ 15 callers
Method
getNode
Returns the PDG node for the given node id. If not found then returns null @param id node id @return the PDG node
src/java/boa/graphs/pdg/PDG.java:177
↓ 15 callers
Method
getSerializedSize
()
src/compiled-proto/boa/types/Ast.java:12286
↓ 15 callers
Method
getSnapshot
(final CodeRepository cr, final Revision commit)
src/java/boa/functions/BoaIntrinsics.java:283
↓ 15 callers
Method
getType
()
src/java/boa/compiler/ast/Component.java:46
↓ 15 callers
Method
getTypeDeclaration
<code>optional .boa.types.Declaration type_declaration = 8;</code>
src/compiled-proto/boa/types/Ast.java:20673
↓ 15 callers
Method
hasCondition
()
src/java/boa/compiler/ast/statements/ForStatement.java:49
↓ 15 callers
Method
newBuilder
()
src/compiled-proto/boa/types/Ast.java:18542
↓ 15 callers
Method
parsePartialFrom
( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite ex
src/compiled-proto/boa/types/Ast.java:11929
↓ 15 callers
Method
setStatus
<code>required .boa.types.Issue.IssueStatus status = 2;</code> <pre> The issue' status i.e open, closed etc.. </pre>
src/compiled-proto/boa/types/Issues.java:5019
↓ 15 callers
Method
writeTo
(com.google.protobuf.CodedOutputStream output)
src/compiled-proto/boa/types/Ast.java:12255
↓ 14 callers
Method
addConditions
<code>repeated .boa.types.Expression conditions = 5;</code>
src/compiled-proto/boa/types/Ast.java:23833
↓ 14 callers
Method
equals
(final Object o)
src/java/boa/graphs/pdg/PDG.java:290
↓ 14 callers
Method
getUnknownFields
()
src/compiled-proto/boa/types/Issues.java:2180
↓ 14 callers
Method
newBuilder
()
src/compiled-proto/boa/types/Issues.java:4329
↓ 14 callers
Method
newBuilder
()
src/compiled-proto/boa/types/Ast.java:1571
↓ 14 callers
Method
parseexpression
(final String s)
src/java/boa/functions/langmode/LangMode.java:56
↓ 14 callers
Method
setOperandType
(final BoaType operandType)
src/java/boa/compiler/SymbolTable.java:684
↓ 14 callers
Method
setVisibility
<code>optional .boa.types.Modifier.Visibility visibility = 2;</code> <pre> A kind of visibility modifier </pre>
src/compiled-proto/boa/types/Ast.java:34265
↓ 14 callers
Method
writeReplace
()
src/compiled-proto/boa/types/Ast.java:12329
↓ 13 callers
Method
addMethodArgs
<code>repeated .boa.types.Expression method_args = 10;</code>
src/compiled-proto/boa/types/Ast.java:30503
↓ 13 callers
Method
getDefault
()
src/java/boa/compiler/ast/statements/SwitchStatement.java:58
↓ 13 callers
Method
getExpressionsList
(Builder exp)
src/java/boa/functions/BoaNormalFormIntrinsics.java:2664
↓ 13 callers
Method
getMembers
()
src/java/boa/compiler/ast/types/EnumType.java:34
↓ 13 callers
Method
getModifiersCount
<code>repeated .boa.types.Modifier modifiers = 2;</code> <pre> A list of all modifiers on the variable </pre>
src/compiled-proto/boa/types/Ast.java:13287
↓ 13 callers
Method
getPid
()
src/java/boa/graphs/Node.java:168
↓ 13 callers
Method
longToString
Format a long into a {@link String}. @param l A long @return A {@link String} containing the number <em>l</em>
src/java/boa/functions/BoaCasts.java:153
↓ 13 callers
Method
mergeABranch
(final CFG target, final CFGNode branch)
src/java/boa/graphs/cfg/CFG.java:235
↓ 13 callers
Method
mergeFrom
(com.google.protobuf.Message other)
src/compiled-proto/boa/types/Code.java:4124
↓ 13 callers
Method
setPid
(final String pid)
src/java/boa/graphs/Node.java:172
↓ 13 callers
Method
setValue
(final Expression value)
src/java/boa/compiler/ast/statements/EmitStatement.java:64
↓ 13 callers
Method
toString
{@inheritDoc}
src/java/boa/aggregators/WeightedString.java:108
↓ 12 callers
Method
addLabels
<code>repeated .boa.types.Issue.IssueLabel labels = 31;</code> <pre> The issue's labels </pre>
src/compiled-proto/boa/types/Issues.java:7263
↓ 12 callers
Method
addPart
(final int part, final long t, final long n, final TimeZone tz)
src/java/boa/functions/BoaTimeIntrinsics.java:63
↓ 12 callers
Method
addVariableDecls
<code>repeated .boa.types.Variable variable_decls = 3;</code>
src/compiled-proto/boa/types/Ast.java:29651
↓ 12 callers
Method
create
()
src/compiled-proto/boa/types/Issues.java:4383
↓ 12 callers
Method
createIdentifier
(final String name, final SymbolTable env)
src/java/boa/compiler/transforms/ASTFactory.java:73
↓ 12 callers
Method
equals
{@inheritDoc}
src/java/boa/aggregators/WeightedString.java:85
↓ 12 callers
Method
getCode
()
src/java/boa/compiler/visitors/AbstractCodeGeneratingVisitor.java:41
↓ 12 callers
Method
getDefVariable
()
src/java/boa/graphs/pdg/PDGNode.java:63
↓ 12 callers
Method
getElementsFieldBuilder
()
src/compiled-proto/boa/types/Ast.java:40646
↓ 12 callers
Method
getEnd
()
src/java/boa/compiler/ast/Index.java:46
↓ 12 callers
Method
getFilesFieldBuilder
()
src/compiled-proto/boa/types/Issues.java:6218
↓ 12 callers
Method
getGenericParametersCount
<code>repeated .boa.types.Type generic_parameters = 4;</code> <pre> The list of generic parameters for this method </pre>
src/compiled-proto/boa/types/Ast.java:13358
↓ 12 callers
Method
getNamespacesFieldBuilder
()
src/compiled-proto/boa/types/Ast.java:2093
↓ 12 callers
Method
getOps
()
src/java/boa/compiler/ast/Term.java:40
↓ 12 callers
Method
getPredecessors
()
src/java/boa/graphs/Node.java:112
↓ 12 callers
Method
getProcessingInstructionFieldBuilder
()
src/compiled-proto/boa/types/Ast.java:42028
↓ 12 callers
Method
getStatementsList
<code>repeated .boa.types.Statement statements = 7;</code> <pre> The statements in the method body. Note that most methods (in C-like languages, su
src/compiled-proto/boa/types/Ast.java:13479
↓ 12 callers
Method
hasWeight
()
src/java/boa/compiler/ast/types/OutputType.java:101
↓ 12 callers
Method
maybeForceBuilderInitialization
()
src/compiled-proto/boa/types/Issues.java:4374
↓ 12 callers
Method
newBuilder
()
src/compiled-proto/boa/types/Toplevel.java:2893
↓ 12 callers
Method
setTag
<code>required string tag = 1;</code> <pre> Element's tag </pre>
src/compiled-proto/boa/types/Ast.java:40256
↓ 11 callers
Method
addGenericParameters
<code>repeated .boa.types.Type generic_parameters = 4;</code> <pre> The list of generic parameters for this method </pre>
src/compiled-proto/boa/types/Ast.java:15738
← previous
next →
201–300 of 7,592, ranked by callers