MCPcopy Create free account

hub / github.com/boalang/compiler / functions

Functions7,592 in github.com/boalang/compiler

↓ 5 callersMethodensureTranslationsIsMutable
()
src/compiled-proto/boa/types/Toplevel.java:5108
↓ 5 callersMethoderror
(final String kind, final TokenSource tokens, final Object offendingSymbol, final int line, final int charPosi
src/java/boa/compiler/listeners/BoaErrorListener.java:34
↓ 5 callersMethodgetAuthor
<code>required .boa.types.Person author = 3;</code> <pre> The author of the issue </pre>
src/compiled-proto/boa/types/Issues.java:1560
↓ 5 callersMethodgetChanges
<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 callersMethodgetChangesCount
<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 callersMethodgetComments
<code>repeated .boa.types.Comment comments = 8;</code> <pre> @exclude TODO </pre>
src/compiled-proto/boa/types/Ast.java:16987
↓ 5 callersMethodgetCommentsCount
<code>repeated .boa.types.Comment comments = 8;</code> <pre> @exclude TODO </pre>
src/compiled-proto/boa/types/Ast.java:16973
↓ 5 callersMethodgetContext
()
src/java/boa/aggregators/Aggregator.java:146
↓ 5 callersMethodgetDescriptor
()
src/compiled-proto/boa/types/Code.java:5228
↓ 5 callersMethodgetDescriptor
()
src/compiled-proto/boa/types/Toplevel.java:6965
↓ 5 callersMethodgetDone
()
src/java/boa/datagen/SeqRepoImporter.java:173
↓ 5 callersMethodgetEnumClass
Returns the {@link Class} representing the Java enumeration of this type.
src/java/boa/types/BoaProtoMap.java:38
↓ 5 callersMethodgetFilter
(String ext)
test/datagen/java/JLS8/LambdaDemo/v4/LambdaDemo.java:103
↓ 5 callersMethodgetHeadSnapshotList
<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 callersMethodgetIndex
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 callersMethodgetMd
()
src/java/boa/graphs/cfg/CFG.java:78
↓ 5 callersMethodgetMethodsList
<code>repeated .boa.types.Method methods = 5;</code> <pre> Methods contained in this namespace </pre>
src/compiled-proto/boa/types/Ast.java:2623
↓ 5 callersMethodgetNode
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 callersMethodgetNode
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 callersMethodgetOutEdges
()
src/java/boa/graphs/Node.java:100
↓ 5 callersMethodgetParameter
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 callersMethodgetParentsList
<code>repeated int32 parents = 7;</code> <pre> @exclude The offsets of any parent commits </pre>
src/compiled-proto/boa/types/Code.java:3302
↓ 5 callersMethodgetParentsList
<code>repeated int32 parents = 7;</code> <pre> @exclude The offsets of any parent commits </pre>
src/compiled-proto/boa/types/Code.java:3759
↓ 5 callersMethodgetResetTime
()
src/java/boa/datagen/forges/github/Token.java:53
↓ 5 callersMethodgetRevisionsCount
(final CodeRepository cr)
src/java/boa/functions/BoaIntrinsics.java:148
↓ 5 callersMethodgetRevisionsList
<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 callersMethodgetStatements
<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 callersMethodgetStatementsCount
<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 callersMethodgetUseVariables
()
src/java/boa/graphs/pdg/PDGNode.java:67
↓ 5 callersMethodhasAuthor
<code>required .boa.types.Person author = 3;</code> <pre> The author of the issue </pre>
src/compiled-proto/boa/types/Issues.java:1552
↓ 5 callersMethodhasDeclaringType
<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 callersMethodhasGlobalFunction
(final String id)
src/java/boa/compiler/SymbolTable.java:646
↓ 5 callersMethodhasLocalFunction
(final String id)
src/java/boa/compiler/SymbolTable.java:650
↓ 5 callersMethodhasName
<code>optional string name = 1;</code> <pre> The name of the type </pre>
src/compiled-proto/boa/types/Ast.java:11635
↓ 5 callersMethodhasReturnType
<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 callersMethodhasVariableType
<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 callersMethodinvoke
(Object curr, Object prev)
src/java/boa/runtime/BoaAbstractFixP.java:25
↓ 5 callersMethodisDefault
()
src/java/boa/compiler/ast/statements/SwitchCase.java:37
↓ 5 callersMethodisInitialized
()
src/compiled-proto/boa/types/Toplevel.java:2529
↓ 5 callersMethodmap
()
src/java/boa/datagen/treed/TreedMapper.java:84
↓ 5 callersMethodmergeFrom
(com.google.protobuf.Message other)
src/compiled-proto/boa/types/Diff.java:1961
↓ 5 callersMethodnewBuilder
()
src/compiled-proto/boa/types/Ast.java:36518
↓ 5 callersMethodnodeTest
(String expected, String css)
src/test/boa/test/datagen/css/CssBaseTest.java:16
↓ 5 callersMethodnonScalarTypeTransform
(final BoaType type, String typeStr)
src/java/boa/compiler/visitors/CodeGeneratingVisitor.java:1970
↓ 5 callersMethodpopulateWithPostorder
(final CFGNode node, java.util.Set<Long> visitedNodes, Queue<CFGNode> queue)
src/java/boa/runtime/BoaAbstractTraversal.java:254
↓ 5 callersMethodpopulateWithReversePostorder
(final CFGNode node, java.util.Set<Long> visitedNodes, Stack<CFGNode> stack)
src/java/boa/runtime/BoaAbstractTraversal.java:265
↓ 5 callersMethodremoveExpression
(Builder b, int index)
src/java/boa/functions/BoaNormalFormIntrinsics.java:2657
↓ 5 callersMethodseperate
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 callersMethodsetAst
<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 callersMethodsetCommitDate
<code>required uint64 commit_date = 4;</code> <pre> The time the revision was committed </pre>
src/compiled-proto/boa/types/Code.java:4682
↓ 5 callersMethodsetDescription
<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 callersMethodsetJava8
()
src/test/boa/test/datagen/java/Java8BaseTest.java:29
↓ 5 callersMethodsetLength
<code>required int32 length = 2;</code>
src/compiled-proto/boa/types/Ast.java:36772
↓ 5 callersMethodsetLog
<code>required string log = 5;</code> <pre> The log message attached to the revision </pre>
src/compiled-proto/boa/types/Code.java:4759
↓ 5 callersMethodsetPosition
<code>required .boa.types.PositionInfo position = 3;</code>
src/compiled-proto/boa/types/Ast.java:35920
↓ 5 callersMethodtoBuilder
()
src/compiled-proto/boa/types/Issues.java:4334
↓ 5 callersMethodvalueOf
(int value)
src/compiled-proto/boa/types/Diff.java:1163
↓ 5 callersMethodvalueOf
(int value)
src/compiled-proto/boa/types/Issues.java:2567
↓ 5 callersMethodvalueOf
(int value)
src/compiled-proto/boa/types/Control.java:293
↓ 5 callersMethodvisitDimensions
(List<?> dimensions)
src/java/boa/datagen/util/JavaVisitor.java:2187
↓ 5 callersMethodvisitTypeAnnotations
(AnnotatableType t)
src/java/boa/datagen/util/JavaVisitor.java:653
↓ 5 callersMethodwriteReplace
()
src/compiled-proto/boa/types/Issues.java:4270
↓ 5 callersMethodwriteTo
(com.google.protobuf.CodedOutputStream output)
src/compiled-proto/boa/types/Issues.java:4069
↓ 4 callersMethodaddAnnotationMembers
<code>repeated string annotation_members = 4;</code> <pre> If the &lt;code&gt;kind&lt;/code&gt; is &lt;code&gt;ANNOTATION&lt;/code&gt;, then a list
src/compiled-proto/boa/types/Ast.java:34460
↓ 4 callersMethodaddAnnotationValues
<code>repeated .boa.types.Expression annotation_values = 5;</code> <pre> If the &lt;code&gt;kind&lt;/code&gt; is &lt;code&gt;ANNOTATION&lt;/code&gt;
src/compiled-proto/boa/types/Ast.java:34616
↓ 4 callersMethodaddChild
(final TreeNode node)
src/java/boa/graphs/trees/TreeNode.java:99
↓ 4 callersMethodaddInEdge
(final E edge)
src/java/boa/graphs/Node.java:142
↓ 4 callersMethodaddNames
(String filePath)
src/java/boa/datagen/forges/github/MetaDataDownLoader.java:85
↓ 4 callersMethodaddOutEdge
(final E edge)
src/java/boa/graphs/Node.java:147
↓ 4 callersMethodaddTypeDeclarations
<code>repeated .boa.types.Declaration type_declarations = 15;</code>
src/compiled-proto/boa/types/Ast.java:25316
↓ 4 callersMethodassigns
{@inheritDoc}
src/java/boa/types/BoaMap.java:58
↓ 4 callersMethodbooleanToString
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 callersMethodbuild
()
src/compiled-proto/boa/types/Diff.java:1895
↓ 4 callersMethodbuildASTLabel
(ASTNode node)
src/java/boa/datagen/treed/TreedUtils.java:50
↓ 4 callersMethodbuildPartial
()
src/compiled-proto/boa/types/Diff.java:1903
↓ 4 callersMethodcalculate
(BinaryCalculator calc, double v1, double v2)
test/datagen/java/JLS8/LambdaDemo/v3/LambdaDemo.java:25
↓ 4 callersMethodclear
()
src/compiled-proto/boa/types/Toplevel.java:2950
↓ 4 callersMethodcompile
()
src/java/boa/evaluator/BoaEvaluator.java:146
↓ 4 callersMethodcreate
()
src/compiled-proto/boa/types/Code.java:4017
↓ 4 callersMethodcreateCall
(final String name, final SymbolTable env, final BoaType retType, final Expression... args)
src/java/boa/compiler/transforms/ASTFactory.java:106
↓ 4 callersMethodcreateVarDecl
(final String name, final AbstractType type, final BoaType t, final SymbolTable env)
src/java/boa/compiler/transforms/ASTFactory.java:43
↓ 4 callersMethoddelete
(final File f)
src/java/boa/datagen/util/FileIO.java:90
↓ 4 callersMethoddfs
(final Node node, final java.util.Set<Integer> visitedNodes)
src/java/boa/compiler/visitors/AbstractVisitorNoArgNoRet.java:33
↓ 4 callersMethodensureBranchesIsMutable
()
src/compiled-proto/boa/types/Code.java:2212
↓ 4 callersMethodensureChangesIsMutable
()
src/compiled-proto/boa/types/Diff.java:2541
↓ 4 callersMethodensureLabelsIsMutable
()
src/compiled-proto/boa/types/Issues.java:7203
↓ 4 callersMethodensureParentsIsMutable
()
src/compiled-proto/boa/types/Code.java:5114
↓ 4 callersMethodensurePreviousIndicesIsMutable
()
src/compiled-proto/boa/types/Diff.java:2863
↓ 4 callersMethodensurePreviousVersionsIsMutable
()
src/compiled-proto/boa/types/Diff.java:2769
↓ 4 callersMethodensureProgrammingLanguagesLocsIsMutable
()
src/compiled-proto/boa/types/Toplevel.java:6733
↓ 4 callersMethodensureRevisionKeysIsMutable
()
src/compiled-proto/boa/types/Code.java:3019
↓ 4 callersMethodensureTagsIsMutable
()
src/compiled-proto/boa/types/Code.java:2435
↓ 4 callersMethodformat
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 callersMethodget
(int index)
test/datagen/java/JLS3/GenDemo/v1/GenDemo.java:17
↓ 4 callersMethodget
()
test/datagen/java/JLS8/MRDemo/v2/MRDemo.java:12
↓ 4 callersMethodgetAnnotation
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 callersMethodgetAnnotationName
<code>optional string annotation_name = 3;</code> <pre> If the &lt;code&gt;kind&lt;/code&gt; is &lt;code&gt;ANNOTATION&lt;/code&gt;, then the name o
src/compiled-proto/boa/types/Ast.java:33523
↓ 4 callersMethodgetAuthor
<code>required .boa.types.Person author = 3;</code> <pre> The author of the issue </pre>
src/compiled-proto/boa/types/Issues.java:5063
↓ 4 callersMethodgetBranchNames
<code>repeated string branch_names = 5;</code> <pre> @exclude The names of all branches </pre>
src/compiled-proto/boa/types/Code.java:155
↓ 4 callersMethodgetCodeRepositories
<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
← previousnext →601–700 of 7,592, ranked by callers