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
↓ 1,468 callers
Method
get
()
src/java/boa/graphs/cfg/CFG.java:316
↓ 1,410 callers
Method
add
Add a value and its cardinality to the set. @param t The value to be added @param n The cardinality of the value
src/java/boa/aggregators/CountingSet.java:48
↓ 902 callers
Method
size
()
src/java/boa/datagen/forges/github/TokenList.java:15
↓ 855 callers
Method
accept
(T o)
test/datagen/java/JLS3/GenDemo/v5/GenDemo.java:42
↓ 542 callers
Method
setKind
(final NodeType kind)
src/java/boa/graphs/Node.java:188
↓ 500 callers
Method
getName
<code>optional string name = 1;</code> <pre> The name of the type </pre>
src/compiled-proto/boa/types/Ast.java:11643
↓ 451 callers
Method
isEmpty
()
src/java/boa/graphs/cfg/CFG.java:312
↓ 430 callers
Method
build
()
src/compiled-proto/boa/types/Ast.java:12480
↓ 342 callers
Method
build
(SingleVariableDeclaration svd, TypeKind kind)
src/java/boa/datagen/util/JavaVisitor.java:676
↓ 320 callers
Method
add
(HashMap<String, Integer> vector, HashMap<String, Integer> other)
src/java/boa/datagen/treed/TreedBuilder.java:148
↓ 302 callers
Method
equals
(final Object o)
src/java/boa/graphs/Node.java:207
↓ 282 callers
Method
getId
<code>optional string id = 4;</code> <pre> @exclude </pre>
src/compiled-proto/boa/types/Ast.java:11715
↓ 265 callers
Method
getDefaultInstance
()
src/compiled-proto/boa/types/Ast.java:11812
↓ 254 callers
Method
getKind
<code>required .boa.types.TypeKind kind = 3;</code> <pre> The kind of the type </pre>
src/compiled-proto/boa/types/Ast.java:11697
↓ 248 callers
Method
set
(final String id, final BoaType type)
src/java/boa/compiler/SymbolTable.java:457
↓ 244 callers
Method
newBuilder
()
src/java/boa/graphs/Node.java:196
↓ 234 callers
Method
getBody
()
src/java/boa/compiler/ast/statements/SwitchCase.java:58
↓ 233 callers
Method
load
(final String fileName)
src/test/boa/test/functions/TestPdg.java:76
↓ 210 callers
Method
getFullyQualifiedName
<code>optional string fully_qualified_name = 2;</code> <pre> The fully qualified name of this type/interface </pre>
src/compiled-proto/boa/types/Ast.java:11670
↓ 207 callers
Method
remove
()
src/java/boa/aggregators/SortedCountingSet.java:99
↓ 187 callers
Method
setMessage
(final String message)
src/java/boa/datagen/scm/AbstractCommit.java:134
↓ 186 callers
Method
visit
(final Start n, final ArgTypeT arg)
src/java/boa/compiler/visitors/AbstractVisitor.java:44
↓ 185 callers
Method
print
Outputs a textual representation of the Protocol Message supplied into the parameter output. (This representation is the new version of the classic "P
src/java/com/googlecode/protobuf/format/JsonFormat.java:68
↓ 169 callers
Method
getMessage
(final SequenceFile.Reader ar, final ChangedFile cf, final int nodeId)
src/test/boa/test/datagen/java/Java7BaseTest.java:201
↓ 161 callers
Method
addExpressions
<code>repeated .boa.types.Expression expressions = 13;</code>
src/compiled-proto/boa/types/Ast.java:20311
↓ 152 callers
Method
isInitialized
()
src/compiled-proto/boa/types/Ast.java:12237
↓ 151 callers
Method
clear
()
src/compiled-proto/boa/types/Ast.java:12442
↓ 151 callers
Method
getLhs
()
src/java/boa/compiler/ast/Term.java:36
↓ 145 callers
Method
setParent
(final Node parent)
src/java/boa/compiler/ast/Node.java:50
↓ 136 callers
Method
getReturnType
<code>optional .boa.types.Type return_type = 3;</code> <pre> The type returned from the method; if the method returns nothing, this type will be voi
src/compiled-proto/boa/types/Ast.java:13323
↓ 135 callers
Method
mergeFrom
(com.google.protobuf.Message other)
src/compiled-proto/boa/types/Ast.java:12533
↓ 125 callers
Method
start
()
test/datagen/java/JLS8/DMDemo/v3/Drivable.java:4
↓ 124 callers
Method
clone
()
src/java/boa/compiler/ast/literals/ILiteral.java:25
↓ 120 callers
Method
addFunction
(final Object[] ids, final BoaFunction boaFunction)
src/java/boa/compiler/FunctionTrie.java:150
↓ 120 callers
Method
length
(HashMap<E, Integer> vector)
src/java/boa/datagen/treed/TreedMapper.java:732
↓ 118 callers
Method
getExpressions
<code>repeated .boa.types.Expression expressions = 13;</code>
src/compiled-proto/boa/types/Ast.java:17766
↓ 117 callers
Method
getToken
()
src/java/boa/compiler/ast/Identifier.java:32
↓ 112 callers
Method
parseFrom
( com.google.protobuf.ByteString data)
src/compiled-proto/boa/types/Ast.java:12335
↓ 108 callers
Method
substring
Returns the substring of <em>str</em> from <em>start</em> to the end. @param str the string to substring @param start the starting index of the subst
src/java/boa/functions/BoaStringIntrinsics.java:122
↓ 104 callers
Method
get
(final String id)
src/java/boa/compiler/SymbolTable.java:490
↓ 104 callers
Method
getType
@return the types
src/java/boa/compiler/visitors/CodeGeneratingVisitor.java:106
↓ 104 callers
Method
getValue
<code>required string value = 2;</code>
src/compiled-proto/boa/types/Ast.java:35058
↓ 101 callers
Method
visit
(AstNode node)
src/java/boa/datagen/util/JavaScriptVisitor.java:1170
↓ 96 callers
Method
build
(JsonObject jsonProject)
src/java/boa/datagen/forges/github/RepoMetadata.java:126
↓ 94 callers
Method
setName
(String names)
src/java/boa/datagen/forges/github/GitHubJsonRetrieverWorker.java:154
↓ 93 callers
Method
getExpression
<code>optional .boa.types.Expression expression = 4;</code> <pre> optional because these fields will not be stored. </pre>
src/compiled-proto/boa/types/Control.java:76
↓ 90 callers
Method
createExpression
Creates a new prefix/postfix/infix expression. @param kind the kind of the expression @param exps the operands @return the new expression
src/java/boa/functions/BoaNormalFormIntrinsics.java:2802
↓ 90 callers
Method
getOperand
()
src/java/boa/compiler/ast/Factor.java:35
↓ 85 callers
Method
getKey
<code>optional int32 key = 10;</code> <pre> </pre>
src/compiled-proto/boa/types/Ast.java:11778
↓ 83 callers
Method
valueOf
(int value)
src/compiled-proto/boa/types/Ast.java:250
↓ 82 callers
Method
getNodeId
()
src/java/boa/graphs/Node.java:88
↓ 81 callers
Method
getCondition
()
src/java/boa/compiler/ast/statements/IfStatement.java:35
↓ 75 callers
Method
getDefaultInstance
()
src/compiled-proto/boa/types/Issues.java:2171
↓ 72 callers
Method
buildPartial
()
src/compiled-proto/boa/types/Ast.java:12488
↓ 71 callers
Method
getVariableType
<code>optional .boa.types.Type variable_type = 2;</code> <pre> The type of the variable </pre>
src/compiled-proto/boa/types/Ast.java:17559
↓ 69 callers
Method
toString
()
src/java/boa/datagen/treed/Pair.java:70
↓ 68 callers
Method
close
()
src/java/boa/datagen/scm/GitConnector.java:96
↓ 68 callers
Method
getExpressions
<code>repeated .boa.types.Expression expressions = 2;</code>
src/compiled-proto/boa/types/Ast.java:27491
↓ 67 callers
Method
sort
Sorts a given expression in alphabetical order with variables first, followed by literals @param e the expression to be sorted @return sorted express
src/java/boa/functions/BoaNormalFormIntrinsics.java:519
↓ 66 callers
Method
getCount
Return the count of the values in the dataset. @return A long representing the cardinality of the dataset
src/java/boa/aggregators/MeanAggregator.java:57
↓ 65 callers
Method
getExpressionsList
<code>repeated .boa.types.Expression expressions = 13;</code>
src/compiled-proto/boa/types/Ast.java:17761
↓ 64 callers
Method
addStatements
<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:16692
↓ 63 callers
Method
getRhs
()
src/java/boa/compiler/ast/Term.java:56
↓ 62 callers
Method
copyFieldsTo
(Node newNode)
src/java/boa/compiler/ast/Node.java:78
↓ 62 callers
Method
indent
()
src/java/boa/compiler/visitors/ASTPrintingVisitor.java:35
↓ 62 callers
Method
next
()
src/java/boa/aggregators/SortedCountingSet.java:87
↓ 59 callers
Method
accept
(AstRoot node)
src/java/boa/datagen/util/JavaScriptVisitor.java:84
↓ 58 callers
Method
newBuilder
()
src/compiled-proto/boa/types/Ast.java:28567
↓ 57 callers
Method
clear
()
src/java/boa/aggregators/CountingSet.java:56
↓ 56 callers
Method
build
()
src/compiled-proto/boa/types/Issues.java:4473
↓ 55 callers
Method
getIdentifier
()
src/java/boa/compiler/ast/Component.java:37
↓ 53 callers
Method
getLength
<code>required int32 length = 2;</code>
src/compiled-proto/boa/types/Ast.java:36095
↓ 53 callers
Method
getType
Get the valueType of the values of this map. @return A {@link BoaType} representing the valueType of the values of this map
src/java/boa/types/BoaMap.java:134
↓ 53 callers
Method
setAstLevel
(int astLevel)
src/java/boa/datagen/util/JavaVisitor.java:77
↓ 52 callers
Method
toString
()
src/java/boa/graphs/Node.java:228
↓ 50 callers
Method
nodeTest
(String expected, String JS)
src/test/boa/test/datagen/js/JavaScriptBaseTest.java:17
↓ 49 callers
Method
load
(final String fileName)
src/test/boa/test/compiler/BaseTest.java:308
↓ 48 callers
Method
getNodes
<code>repeated .boa.types.Node nodes = 2;</code>
src/compiled-proto/boa/types/Control.java:1979
↓ 48 callers
Method
print
Outputs a textual representation of the Protocol Message supplied into the parameter output. (This representation is the new version of the classic "P
src/java/com/googlecode/protobuf/format/JsonFormatMin.java:66
↓ 47 callers
Method
getStatements
<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:13491
↓ 47 callers
Method
nodeTest
(String expected, String PHP)
src/test/boa/test/datagen/php/PHPBaseTest.java:15
↓ 46 callers
Method
getExpressionsCount
<code>repeated .boa.types.Expression expressions = 13;</code>
src/compiled-proto/boa/types/Ast.java:17770
↓ 45 callers
Method
addNode
(Node node)
src/java/boa/compiler/visitors/CFGBuildingVisitor.java:1344
↓ 45 callers
Method
ensureCommentsIsMutable
()
src/compiled-proto/boa/types/Ast.java:16942
↓ 45 callers
Method
ensureStatementsIsMutable
()
src/compiled-proto/boa/types/Ast.java:16576
↓ 45 callers
Method
newBuilder
()
src/compiled-proto/boa/types/Ast.java:12388
↓ 44 callers
Method
getLabel
<code>required .boa.types.Edge.EdgeLabel label = 1;</code>
src/compiled-proto/boa/types/Control.java:1184
↓ 44 callers
Method
getLiteral
()
src/java/boa/compiler/ast/literals/ILiteral.java:24
↓ 44 callers
Method
getNumber
<code>required uint32 number = 30;</code> <pre> The issue's number </pre>
src/compiled-proto/boa/types/Issues.java:2008
↓ 44 callers
Method
getSuccessors
()
src/java/boa/graphs/Node.java:119
↓ 43 callers
Method
addMethods
<code>repeated .boa.types.Method methods = 5;</code> <pre> Methods contained in this namespace </pre>
src/compiled-proto/boa/types/Ast.java:5377
↓ 43 callers
Method
getProperty
Gets a property. <p>If the property was set by the system, get it there. Otherwise attempt to get from the properties files and fall back to the defa
src/java/boa/datagen/util/Properties.java:57
↓ 43 callers
Method
prettyprint
(final ASTRoot r)
src/java/boa/functions/langmode/LangMode.java:46
↓ 42 callers
Method
getInitializer
<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:17630
↓ 42 callers
Method
mergeFrom
(com.google.protobuf.Message other)
src/compiled-proto/boa/types/Issues.java:4614
↓ 41 callers
Method
indexOf
Search for the first occurrence of the literal string p within s and return the integer index of its first character, or -1 if it does not occur. @pa
src/java/boa/functions/BoaStringIntrinsics.java:89
↓ 41 callers
Method
trim
Returns a copy of the given {@link String} with all leading and trailing whitespace removed. @param s A {@link String} to remove whitespac
src/java/boa/functions/BoaStringIntrinsics.java:41
↓ 40 callers
Method
parseFrom
( com.google.protobuf.ByteString data)
src/compiled-proto/boa/types/Issues.java:4276
↓ 39 callers
Method
getPath
()
src/java/boa/datagen/dependencies/PomFile.java:70
↓ 38 callers
Method
getType
(Modifier mn)
src/java/boa/datagen/util/JavaASTUtil.java:53
next →
1–100 of 7,592, ranked by callers