MCPcopy Create free account

hub / github.com/boalang/compiler / functions

Functions7,592 in github.com/boalang/compiler

↓ 9 callersMethodisInitialized
()
src/compiled-proto/boa/types/Control.java:458
↓ 9 callersMethodisInitialized
()
src/compiled-proto/boa/types/Code.java:3794
↓ 9 callersMethodnodeTest
(String expected, String html)
src/test/boa/test/datagen/html/HTMLBaseTest.java:13
↓ 9 callersMethodparseFrom
( com.google.protobuf.ByteString data)
src/compiled-proto/boa/types/Ast.java:1518
↓ 9 callersMethodsetUsername
(String username)
src/java/boa/datagen/forges/github/MetadataCacher.java:49
↓ 9 callersMethodvisit
{@inheritDoc}
src/java/boa/compiler/visitors/CodeGeneratingVisitor.java:507
↓ 9 callersMethodvisitList
(List<? extends Node> nodes)
src/java/boa/compiler/visitors/CFGBuildingVisitor.java:1363
↓ 8 callersMethodaddCodeRepositories
<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:6009
↓ 8 callersMethodaddData
<code>repeated string data = 5;</code> <pre> The Element's data eg. scripts, contents of style, etc... </pre>
src/compiled-proto/boa/types/Ast.java:40864
↓ 8 callersMethodaddNestedDeclarations
<code>repeated .boa.types.Declaration nested_declarations = 8;</code> <pre> Any nested declarations </pre>
src/compiled-proto/boa/types/Ast.java:10582
↓ 8 callersMethodaddStatement
(final Statement s)
src/java/boa/compiler/ast/statements/Block.java:48
↓ 8 callersMethodadjustBreakNodes
(final String id)
src/java/boa/graphs/cfg/CFG.java:282
↓ 8 callersMethodbuildModifiers
(List<?> modifiers)
src/java/boa/datagen/util/JavaVisitor.java:633
↓ 8 callersMethodbuildPartial
()
src/compiled-proto/boa/types/Code.java:4073
↓ 8 callersMethodclear
()
src/compiled-proto/boa/types/Control.java:642
↓ 8 callersMethodclear
()
src/compiled-proto/boa/types/Code.java:4021
↓ 8 callersMethodgetAuthorFieldBuilder
<code>required .boa.types.Person author = 3;</code> <pre> The author of the issue </pre>
src/compiled-proto/boa/types/Issues.java:5181
↓ 8 callersMethodgetChange
<code>required .boa.types.ChangeKind change = 1;</code> <pre> The kind of change for this file </pre>
src/compiled-proto/boa/types/Diff.java:30
↓ 8 callersMethodgetDescriptor
()
src/compiled-proto/boa/types/Control.java:3364
↓ 8 callersMethodgetFactor
()
src/java/boa/compiler/ast/UnaryFactor.java:36
↓ 8 callersMethodgetIndexType
Get the valueType of the indices of this map. @return A {@link BoaType} representing the valueType of the indices of this map
src/java/boa/types/BoaMap.java:144
↓ 8 callersMethodgetOptions
()
src/java/boa/runtime/BoaRunner.java:139
↓ 8 callersMethodgetParent
()
src/java/boa/graphs/trees/TreeNode.java:67
↓ 8 callersMethodgetParentsCount
<code>repeated int32 parents = 7;</code> <pre> @exclude The offsets of any parent commits </pre>
src/compiled-proto/boa/types/Code.java:3310
↓ 8 callersMethodgetResponse
()
src/java/boa/datagen/forges/github/MetadataCacher.java:86
↓ 8 callersMethodgetType
Get the type of the values of this set. @return A {@link BoaType} representing the type of the values of this set
src/java/boa/types/BoaSet.java:120
↓ 8 callersMethodgetUnknownFields
()
src/compiled-proto/boa/types/Control.java:109
↓ 8 callersMethodhasElse
()
src/java/boa/compiler/ast/statements/IfStatement.java:43
↓ 8 callersMethodhasEnd
()
src/java/boa/compiler/ast/Index.java:42
↓ 8 callersMethodnewBuilder
()
src/compiled-proto/boa/types/Diff.java:1799
↓ 8 callersMethodnewBuilder
()
src/compiled-proto/boa/types/Ast.java:14583
↓ 8 callersMethodprintHelp
(String usage)
src/java/boa/runtime/BoaRunner.java:154
↓ 8 callersMethodreplaceVar
(final String var, final List<BoaType> actual)
src/java/boa/types/BoaFunction.java:353
↓ 8 callersMethodsetKind
<code>required .boa.types.TypeKind kind = 3;</code> <pre> The kind of the type </pre>
src/compiled-proto/boa/types/Ast.java:12836
↓ 8 callersMethodsetLabel
(final String label)
src/java/boa/graphs/Edge.java:88
↓ 8 callersMethodtoString
()
src/java/boa/compiler/SymbolTable.java:752
↓ 8 callersMethodtoString
()
src/java/boa/compiler/ast/Identifier.java:68
↓ 8 callersMethodvisit
(Message message)
src/test/boa/test/datagen/ProtoMessageVisitor.java:13
↓ 7 callersMethodaddAllBranchNames
<code>repeated string branch_names = 5;</code> <pre> @exclude The names of all branches </pre>
src/compiled-proto/boa/types/Code.java:2395
↓ 7 callersMethodaddAllBranches
<code>repeated int32 branches = 4;</code> <pre> @exclude The offsets of the branch commits </pre>
src/compiled-proto/boa/types/Code.java:2283
↓ 7 callersMethodaddAllHeadSnapshot
<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:2883
↓ 7 callersMethodaddAllTagNames
<code>repeated string tag_names = 7;</code> <pre> @exclude The names of all tags </pre>
src/compiled-proto/boa/types/Code.java:2618
↓ 7 callersMethodaddAllTags
<code>repeated int32 tags = 6;</code> <pre> @exclude The offsets of the tag commits </pre>
src/compiled-proto/boa/types/Code.java:2506
↓ 7 callersMethodbuild
(JsonObject jsonIssue)
src/java/boa/datagen/forges/github/IssueMetaData.java:94
↓ 7 callersMethodcreateIdentifierExpr
(final String name, final SymbolTable env, BoaType t)
src/java/boa/compiler/transforms/ASTFactory.java:89
↓ 7 callersMethodempty
()
src/test/boa/test/compiler/TestParserBad.java:34
↓ 7 callersMethodformat
(final String idx, final String data, final String metadata)
src/java/boa/aggregators/GraphAggregator.java:67
↓ 7 callersMethodgetAnnotation
<code>optional .boa.types.Modifier annotation = 12;</code> <pre> 13 used to be lambda </pre>
src/compiled-proto/boa/types/Ast.java:25803
↓ 7 callersMethodgetArg
(final int index)
src/java/boa/compiler/ast/Call.java:43
↓ 7 callersMethodgetAst
<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:111
↓ 7 callersMethodgetBranchIndices
()
src/java/boa/datagen/scm/AbstractConnector.java:187
↓ 7 callersMethodgetExp
()
src/java/boa/compiler/ast/EnumBodyDeclaration.java:41
↓ 7 callersMethodgetExpr1
()
src/java/boa/compiler/ast/Pair.java:33
↓ 7 callersMethodgetExpr2
()
src/java/boa/compiler/ast/Pair.java:37
↓ 7 callersMethodgetInit
()
src/java/boa/compiler/ast/statements/ForStatement.java:40
↓ 7 callersMethodgetNames
<code>repeated string names = 3;</code> <pre> @exclude </pre>
src/compiled-proto/boa/types/Ast.java:1084
↓ 7 callersMethodgetNamespacesList
<code>repeated .boa.types.Namespace namespaces = 1;</code> <pre> The top-level namespaces in the file </pre>
src/compiled-proto/boa/types/Ast.java:1022
↓ 7 callersMethodgetNewType
<code>optional .boa.types.Type new_type = 4;</code>
src/compiled-proto/boa/types/Ast.java:25662
↓ 7 callersMethodgetNode
Returns the CDG node for the given node id. If not found then returns null @param id node id @return the CDG node for the given node id. If not found
src/java/boa/graphs/cdg/CDG.java:136
↓ 7 callersMethodgetPairs
()
src/java/boa/compiler/ast/Composite.java:45
↓ 7 callersMethodgetParents
<code>repeated int32 parents = 7;</code> <pre> @exclude The offsets of any parent commits </pre>
src/compiled-proto/boa/types/Code.java:3318
↓ 7 callersMethodgetResponseJson
()
src/java/boa/datagen/forges/github/MetadataCacher.java:126
↓ 7 callersMethodgetRevision
(final CodeRepository cr, final long index)
src/java/boa/functions/BoaIntrinsics.java:153
↓ 7 callersMethodgetRevisionKeysCount
<code>repeated int64 revision_keys = 10;</code> <pre> Keys of the revisions stored in the commit sequence file </pre>
src/compiled-proto/boa/types/Code.java:307
↓ 7 callersMethodgetTagIndices
()
src/java/boa/datagen/scm/AbstractConnector.java:191
↓ 7 callersMethodgetUpdate
()
src/java/boa/compiler/ast/statements/ForStatement.java:66
↓ 7 callersMethodhasInit
()
src/java/boa/compiler/ast/statements/ForStatement.java:36
↓ 7 callersMethodhasKind
<code>required .boa.types.TypeKind kind = 3;</code> <pre> The kind of the type </pre>
src/compiled-proto/boa/types/Ast.java:11689
↓ 7 callersMethodhasKind
<code>required .boa.types.TypeKind kind = 3;</code> <pre> The kind of the type </pre>
src/compiled-proto/boa/types/Ast.java:12816
↓ 7 callersMethodhasUpdate
()
src/java/boa/compiler/ast/statements/ForStatement.java:62
↓ 7 callersMethodindentBlock
(final Node n)
src/java/boa/compiler/visitors/PrettyPrintVisitor.java:103
↓ 7 callersMethodinitFields
()
src/compiled-proto/boa/types/Issues.java:3974
↓ 7 callersMethodmakeFile
(final String name, final ChangeKind change)
src/test/boa/test/datagen/TestGetSnapshot.java:48
↓ 7 callersMethodnewBuilder
()
src/compiled-proto/boa/types/Ast.java:3738
↓ 7 callersMethodnewBuilder
()
src/compiled-proto/boa/types/Control.java:591
↓ 7 callersMethodoutdentBlock
(final Node n)
src/java/boa/compiler/visitors/PrettyPrintVisitor.java:108
↓ 7 callersMethodparseJavaScriptFile
(final String path, final ChangedFile.Builder fb, final String content, final int astLevel, final boolean s
src/java/boa/datagen/scm/AbstractCommit.java:536
↓ 7 callersMethodparsePHPFile
(final String path, final ChangedFile.Builder fb, final String content, final PHPVersion astLevel, final bo
src/java/boa/datagen/scm/AbstractCommit.java:490
↓ 7 callersMethodpreTraverse
(final CFG cfg)
src/java/boa/runtime/BoaAbstractTraversal.java:85
↓ 7 callersMethodresolveBreaks
(Node target, List<Node> endNodes, List<Node> nodes)
src/java/boa/compiler/visitors/CFGBuildingVisitor.java:1425
↓ 7 callersMethodrun
()
src/java/boa/datagen/CacheJSON.java:43
↓ 7 callersMethodsetDeclaringClass
(Declaration.Builder db, ITypeBinding binding)
src/java/boa/datagen/util/JavaVisitor.java:447
↓ 7 callersMethodsetDollarSign
<code>optional bool dollar_sign = 12;</code>
src/compiled-proto/boa/types/Ast.java:20218
↓ 7 callersMethodsetId
(int id)
src/java/boa/datagen/forges/github/GitHubRepoBareDownloader.java:153
↓ 7 callersMethodsetLastResponseCode
(int code)
src/java/boa/datagen/forges/github/Token.java:61
↓ 7 callersMethodsetResetTime
(long time)
src/java/boa/datagen/forges/github/Token.java:65
↓ 7 callersMethodsortNodes
()
src/java/boa/graphs/pdg/PDG.java:158
↓ 7 callersMethodtoJavaType
Returns a string representation of the Java equivalent of this Boa type. @return A String containing the name of the Java type equivalent to this
src/java/boa/types/BoaType.java:106
↓ 6 callersMethodaccept
(final AbstractVisitor<T, A> v, final A arg)
src/java/boa/compiler/ast/Node.java:87
↓ 6 callersMethodaccept
{@inheritDoc}
src/java/boa/compiler/ast/Factor.java:64
↓ 6 callersMethodcodegen
(final String input)
src/test/boa/test/compiler/BaseTest.java:246
↓ 6 callersMethodcount
(final String metadata)
src/java/boa/aggregators/MeanAggregator.java:29
↓ 6 callersMethodcreate
()
src/compiled-proto/boa/types/Control.java:638
↓ 6 callersMethodcreateNewEdge
(final CFGNode src, final CFGNode dest)
src/java/boa/graphs/cfg/CFG.java:179
↓ 6 callersMethodcreateVariable
Creates a new variable access expression. @param var the variable name @return a new variable access expression
src/java/boa/functions/BoaNormalFormIntrinsics.java:2879
↓ 6 callersMethoddefaultPreTraverse
()
src/java/boa/runtime/BoaAbstractTraversal.java:81
↓ 6 callersMethoddfsForward
(final TreeNode node, java.util.Set<Long> visitedNodes)
src/java/boa/runtime/BoaAbstractTraversal.java:123
↓ 6 callersMethodequals
(final Object o)
src/java/boa/graphs/Edge.java:134
↓ 6 callersMethodexpressions
()
src/test/boa/test/functions/TestReduce.java:41
↓ 6 callersMethodgetAnnotationValuesFieldBuilder
()
src/compiled-proto/boa/types/Ast.java:34812
← previousnext →401–500 of 7,592, ranked by callers