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
↓ 5 callers
Method
ensureTranslationsIsMutable
()
src/compiled-proto/boa/types/Toplevel.java:5108
↓ 5 callers
Method
error
(final String kind, final TokenSource tokens, final Object offendingSymbol, final int line, final int charPosi
src/java/boa/compiler/listeners/BoaErrorListener.java:34
↓ 5 callers
Method
getAuthor
<code>required .boa.types.Person author = 3;</code> <pre> The author of the issue </pre>
src/compiled-proto/boa/types/Issues.java:1560
↓ 5 callers
Method
getChanges
<code>repeated .boa.types.ChangeKind changes = 7;</code> <pre> The kinds of changes of this this compared to the corresponding parent commits </pre>
src/compiled-proto/boa/types/Diff.java:163
↓ 5 callers
Method
getChangesCount
<code>repeated .boa.types.ChangeKind changes = 7;</code> <pre> The kinds of changes of this this compared to the corresponding parent commits </pre>
src/compiled-proto/boa/types/Diff.java:155
↓ 5 callers
Method
getComments
<code>repeated .boa.types.Comment comments = 8;</code> <pre> @exclude TODO </pre>
src/compiled-proto/boa/types/Ast.java:16987
↓ 5 callers
Method
getCommentsCount
<code>repeated .boa.types.Comment comments = 8;</code> <pre> @exclude TODO </pre>
src/compiled-proto/boa/types/Ast.java:16973
↓ 5 callers
Method
getContext
()
src/java/boa/aggregators/Aggregator.java:146
↓ 5 callers
Method
getDescriptor
()
src/compiled-proto/boa/types/Code.java:5228
↓ 5 callers
Method
getDescriptor
()
src/compiled-proto/boa/types/Toplevel.java:6965
↓ 5 callers
Method
getDone
()
src/java/boa/datagen/SeqRepoImporter.java:173
↓ 5 callers
Method
getEnumClass
Returns the {@link Class} representing the Java enumeration of this type.
src/java/boa/types/BoaProtoMap.java:38
↓ 5 callers
Method
getFilter
(String ext)
test/datagen/java/JLS8/LambdaDemo/v4/LambdaDemo.java:103
↓ 5 callers
Method
getHeadSnapshotList
<code>repeated .boa.types.ChangedFile head_snapshot = 9;</code> <pre> @exclude The snapshot at the head commit </pre>
src/compiled-proto/boa/types/Code.java:1100
↓ 5 callers
Method
getIndex
Get the type of the index at that position. @param position An int representing the position @return A {@link BoaScalar} representing the
src/java/boa/types/BoaTable.java:119
↓ 5 callers
Method
getMd
()
src/java/boa/graphs/cfg/CFG.java:78
↓ 5 callers
Method
getMethodsList
<code>repeated .boa.types.Method methods = 5;</code> <pre> Methods contained in this namespace </pre>
src/compiled-proto/boa/types/Ast.java:2623
↓ 5 callers
Method
getNode
Returns the DDG node for the given node id. If not found then returns null @param id node id @return DDGNode
src/java/boa/graphs/ddg/DDG.java:148
↓ 5 callers
Method
getNode
Returns the tree node for the given node id. If not found then returns null @param id node id @return the tree node for the given node id. If not fou
src/java/boa/graphs/trees/DTree.java:145
↓ 5 callers
Method
getOutEdges
()
src/java/boa/graphs/Node.java:100
↓ 5 callers
Method
getParameter
Return the type of the parameter at a given position. @param position An int containing the desired position @return A {@link BoaType} re
src/java/boa/types/BoaFunction.java:163
↓ 5 callers
Method
getParentsList
<code>repeated int32 parents = 7;</code> <pre> @exclude The offsets of any parent commits </pre>
src/compiled-proto/boa/types/Code.java:3302
↓ 5 callers
Method
getParentsList
<code>repeated int32 parents = 7;</code> <pre> @exclude The offsets of any parent commits </pre>
src/compiled-proto/boa/types/Code.java:3759
↓ 5 callers
Method
getResetTime
()
src/java/boa/datagen/forges/github/Token.java:53
↓ 5 callers
Method
getRevisionsCount
(final CodeRepository cr)
src/java/boa/functions/BoaIntrinsics.java:148
↓ 5 callers
Method
getRevisionsList
<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:858
↓ 5 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:16630
↓ 5 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:16613
↓ 5 callers
Method
getUseVariables
()
src/java/boa/graphs/pdg/PDGNode.java:67
↓ 5 callers
Method
hasAuthor
<code>required .boa.types.Person author = 3;</code> <pre> The author of the issue </pre>
src/compiled-proto/boa/types/Issues.java:1552
↓ 5 callers
Method
hasDeclaringType
<code>optional int32 declaring_type = 13;</code> <pre> The key of the type declaration declaring this method in the same AST </pre>
src/compiled-proto/boa/types/Ast.java:13599
↓ 5 callers
Method
hasGlobalFunction
(final String id)
src/java/boa/compiler/SymbolTable.java:646
↓ 5 callers
Method
hasLocalFunction
(final String id)
src/java/boa/compiler/SymbolTable.java:650
↓ 5 callers
Method
hasName
<code>optional string name = 1;</code> <pre> The name of the type </pre>
src/compiled-proto/boa/types/Ast.java:11635
↓ 5 callers
Method
hasReturnType
<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:13315
↓ 5 callers
Method
hasVariableType
<code>optional .boa.types.Type variable_type = 2;</code> <pre> The type of the variable </pre>
src/compiled-proto/boa/types/Ast.java:17551
↓ 5 callers
Method
invoke
(Object curr, Object prev)
src/java/boa/runtime/BoaAbstractFixP.java:25
↓ 5 callers
Method
isDefault
()
src/java/boa/compiler/ast/statements/SwitchCase.java:37
↓ 5 callers
Method
isInitialized
()
src/compiled-proto/boa/types/Toplevel.java:2529
↓ 5 callers
Method
map
()
src/java/boa/datagen/treed/TreedMapper.java:84
↓ 5 callers
Method
mergeFrom
(com.google.protobuf.Message other)
src/compiled-proto/boa/types/Diff.java:1961
↓ 5 callers
Method
newBuilder
()
src/compiled-proto/boa/types/Ast.java:36518
↓ 5 callers
Method
nodeTest
(String expected, String css)
src/test/boa/test/datagen/css/CssBaseTest.java:16
↓ 5 callers
Method
nonScalarTypeTransform
(final BoaType type, String typeStr)
src/java/boa/compiler/visitors/CodeGeneratingVisitor.java:1970
↓ 5 callers
Method
populateWithPostorder
(final CFGNode node, java.util.Set<Long> visitedNodes, Queue<CFGNode> queue)
src/java/boa/runtime/BoaAbstractTraversal.java:254
↓ 5 callers
Method
populateWithReversePostorder
(final CFGNode node, java.util.Set<Long> visitedNodes, Stack<CFGNode> stack)
src/java/boa/runtime/BoaAbstractTraversal.java:265
↓ 5 callers
Method
removeExpression
(Builder b, int index)
src/java/boa/functions/BoaNormalFormIntrinsics.java:2657
↓ 5 callers
Method
seperate
Coverts a given expression into lists of sub expressions(VARCCESS, LITERAL etc) @param e the expression to be seperated @param side the side of the e
src/java/boa/functions/BoaNormalFormIntrinsics.java:638
↓ 5 callers
Method
setAst
<code>required bool ast = 5;</code> <pre> @exclude Indicates if this file has a corresponding parsed AST or not </pre>
src/compiled-proto/boa/types/Diff.java:2365
↓ 5 callers
Method
setCommitDate
<code>required uint64 commit_date = 4;</code> <pre> The time the revision was committed </pre>
src/compiled-proto/boa/types/Code.java:4682
↓ 5 callers
Method
setDescription
<code>required string description = 6;</code> <pre> The description and or body of the issue </pre>
src/compiled-proto/boa/types/Issues.java:5503
↓ 5 callers
Method
setJava8
()
src/test/boa/test/datagen/java/Java8BaseTest.java:29
↓ 5 callers
Method
setLength
<code>required int32 length = 2;</code>
src/compiled-proto/boa/types/Ast.java:36772
↓ 5 callers
Method
setLog
<code>required string log = 5;</code> <pre> The log message attached to the revision </pre>
src/compiled-proto/boa/types/Code.java:4759
↓ 5 callers
Method
setPosition
<code>required .boa.types.PositionInfo position = 3;</code>
src/compiled-proto/boa/types/Ast.java:35920
↓ 5 callers
Method
toBuilder
()
src/compiled-proto/boa/types/Issues.java:4334
↓ 5 callers
Method
valueOf
(int value)
src/compiled-proto/boa/types/Diff.java:1163
↓ 5 callers
Method
valueOf
(int value)
src/compiled-proto/boa/types/Issues.java:2567
↓ 5 callers
Method
valueOf
(int value)
src/compiled-proto/boa/types/Control.java:293
↓ 5 callers
Method
visitDimensions
(List<?> dimensions)
src/java/boa/datagen/util/JavaVisitor.java:2187
↓ 5 callers
Method
visitTypeAnnotations
(AnnotatableType t)
src/java/boa/datagen/util/JavaVisitor.java:653
↓ 5 callers
Method
writeReplace
()
src/compiled-proto/boa/types/Issues.java:4270
↓ 5 callers
Method
writeTo
(com.google.protobuf.CodedOutputStream output)
src/compiled-proto/boa/types/Issues.java:4069
↓ 4 callers
Method
addAnnotationMembers
<code>repeated string annotation_members = 4;</code> <pre> If the <code>kind</code> is <code>ANNOTATION</code>, then a list
src/compiled-proto/boa/types/Ast.java:34460
↓ 4 callers
Method
addAnnotationValues
<code>repeated .boa.types.Expression annotation_values = 5;</code> <pre> If the <code>kind</code> is <code>ANNOTATION</code>
src/compiled-proto/boa/types/Ast.java:34616
↓ 4 callers
Method
addChild
(final TreeNode node)
src/java/boa/graphs/trees/TreeNode.java:99
↓ 4 callers
Method
addInEdge
(final E edge)
src/java/boa/graphs/Node.java:142
↓ 4 callers
Method
addNames
(String filePath)
src/java/boa/datagen/forges/github/MetaDataDownLoader.java:85
↓ 4 callers
Method
addOutEdge
(final E edge)
src/java/boa/graphs/Node.java:147
↓ 4 callers
Method
addTypeDeclarations
<code>repeated .boa.types.Declaration type_declarations = 15;</code>
src/compiled-proto/boa/types/Ast.java:25316
↓ 4 callers
Method
assigns
{@inheritDoc}
src/java/boa/types/BoaMap.java:58
↓ 4 callers
Method
booleanToString
Convert a boolean into a String. @param b The boolean to be converted @return A String representing the boolean value <em>b</em>
src/java/boa/functions/BoaCasts.java:61
↓ 4 callers
Method
build
()
src/compiled-proto/boa/types/Diff.java:1895
↓ 4 callers
Method
buildASTLabel
(ASTNode node)
src/java/boa/datagen/treed/TreedUtils.java:50
↓ 4 callers
Method
buildPartial
()
src/compiled-proto/boa/types/Diff.java:1903
↓ 4 callers
Method
calculate
(BinaryCalculator calc, double v1, double v2)
test/datagen/java/JLS8/LambdaDemo/v3/LambdaDemo.java:25
↓ 4 callers
Method
clear
()
src/compiled-proto/boa/types/Toplevel.java:2950
↓ 4 callers
Method
compile
()
src/java/boa/evaluator/BoaEvaluator.java:146
↓ 4 callers
Method
create
()
src/compiled-proto/boa/types/Code.java:4017
↓ 4 callers
Method
createCall
(final String name, final SymbolTable env, final BoaType retType, final Expression... args)
src/java/boa/compiler/transforms/ASTFactory.java:106
↓ 4 callers
Method
createVarDecl
(final String name, final AbstractType type, final BoaType t, final SymbolTable env)
src/java/boa/compiler/transforms/ASTFactory.java:43
↓ 4 callers
Method
delete
(final File f)
src/java/boa/datagen/util/FileIO.java:90
↓ 4 callers
Method
dfs
(final Node node, final java.util.Set<Integer> visitedNodes)
src/java/boa/compiler/visitors/AbstractVisitorNoArgNoRet.java:33
↓ 4 callers
Method
ensureBranchesIsMutable
()
src/compiled-proto/boa/types/Code.java:2212
↓ 4 callers
Method
ensureChangesIsMutable
()
src/compiled-proto/boa/types/Diff.java:2541
↓ 4 callers
Method
ensureLabelsIsMutable
()
src/compiled-proto/boa/types/Issues.java:7203
↓ 4 callers
Method
ensureParentsIsMutable
()
src/compiled-proto/boa/types/Code.java:5114
↓ 4 callers
Method
ensurePreviousIndicesIsMutable
()
src/compiled-proto/boa/types/Diff.java:2863
↓ 4 callers
Method
ensurePreviousVersionsIsMutable
()
src/compiled-proto/boa/types/Diff.java:2769
↓ 4 callers
Method
ensureProgrammingLanguagesLocsIsMutable
()
src/compiled-proto/boa/types/Toplevel.java:6733
↓ 4 callers
Method
ensureRevisionKeysIsMutable
()
src/compiled-proto/boa/types/Code.java:3019
↓ 4 callers
Method
ensureTagsIsMutable
()
src/compiled-proto/boa/types/Code.java:2435
↓ 4 callers
Method
format
Return a string containing the arguments formatted according to the format string fmt. The syntax of the format string is essentially that of ANSI C w
src/java/boa/functions/BoaStringIntrinsics.java:352
↓ 4 callers
Method
get
(int index)
test/datagen/java/JLS3/GenDemo/v1/GenDemo.java:17
↓ 4 callers
Method
get
()
test/datagen/java/JLS8/MRDemo/v2/MRDemo.java:12
↓ 4 callers
Method
getAnnotation
Returns a specific Annotation Modifier, if it exists otherwise returns null. @param m the Method to check @param name the annotation to look for @ret
src/java/boa/functions/BoaModifierIntrinsics.java:40
↓ 4 callers
Method
getAnnotationName
<code>optional string annotation_name = 3;</code> <pre> If the <code>kind</code> is <code>ANNOTATION</code>, then the name o
src/compiled-proto/boa/types/Ast.java:33523
↓ 4 callers
Method
getAuthor
<code>required .boa.types.Person author = 3;</code> <pre> The author of the issue </pre>
src/compiled-proto/boa/types/Issues.java:5063
↓ 4 callers
Method
getBranchNames
<code>repeated string branch_names = 5;</code> <pre> @exclude The names of all branches </pre>
src/compiled-proto/boa/types/Code.java:155
↓ 4 callers
Method
getCodeRepositories
<code>repeated .boa.types.CodeRepository code_repositories = 19;</code> <pre> A list of all code repositories associated with this project </pre>
src/compiled-proto/boa/types/Toplevel.java:616
← previous
next →
601–700 of 7,592, ranked by callers