Home
last modified time | relevance | path

Searched refs:todoNode (Results 1 – 10 of 10) sorted by relevance

/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dennwc/graphql/language/visitor/
H A Dvisitor.go261 var todoNode map[string]interface{}
266 err = json.Unmarshal(b, &todoNode)
270 todoNode[key] = edit.Value
271 updatedNode = todoNode
293 var todoNode map[string]interface{}
298 err = json.Unmarshal(b, &todoNode)
302 todoNode[key] = edit.Value
303 updatedNode = todoNode
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/graphql-go/graphql/language/visitor/
H A Dvisitor.go254 var todoNode map[string]interface{}
259 err = json.Unmarshal(b, &todoNode)
263 todoNode[key] = edit.Value
264 updatedNode = todoNode
286 var todoNode map[string]interface{}
291 err = json.Unmarshal(b, &todoNode)
295 todoNode[key] = edit.Value
296 updatedNode = todoNode
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/proposals/
H A DModifierChangeCorrectionProposal.java124 …ReturnStatement todoNode= (ReturnStatement) rewrite.createStringPlaceholder(placeHolder, ASTNode.R… in getRewrite() local
125 body.statements().add(todoNode); in getRewrite()
H A DAbstractMethodCorrectionProposal.java172 …ReturnStatement todoNode= (ReturnStatement)rewrite.createStringPlaceholder(placeHolder, ASTNode.RE… in getStub() local
173 body.statements().add(todoNode); in getStub()
H A DConstructorFromSuperclassProposal.java182 ASTNode todoNode= rewrite.createStringPlaceholder(placeHolder, ASTNode.RETURN_STATEMENT); in createNewMethodDeclaration() local
183 body.statements().add(todoNode); in createNewMethodDeclaration()
H A DExtractToNullCheckedLocalProposal.java288 …EmptyStatement todoNode= (EmptyStatement) rewrite.createStringPlaceholder(elseStatement, ASTNode.E… in getRewrite() local
289 elseBlock.statements().add(todoNode); in getRewrite()
/dports/net/storj/storj-1.45.3/vendor/github.com/graphql-go/graphql/language/visitor/
H A Dvisitor.go256 if todoNode, err := convertMap(node); err != nil {
259 todoNode[edit.Key.(string)] = edit.Value
260 node = todoNode
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/
H A DStubUtility2.java166 …ReturnStatement todoNode= (ReturnStatement) rewrite.createStringPlaceholder(placeHolder, ASTNode.R… in createImplementationStub() local
167 body.statements().add(todoNode); in createImplementationStub()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/codemanipulation/
H A DStubUtility2Core.java126 …ReturnStatement todoNode= (ReturnStatement) rewrite.createStringPlaceholder(placeHolder, ASTNode.R… in createConstructorStub() local
127 body.statements().add(todoNode); in createConstructorStub()
419 …ReturnStatement todoNode= (ReturnStatement) rewrite.createStringPlaceholder(placeHolder.toString()… in createImplementationStubCore() local
420 body.statements().add(todoNode); in createImplementationStubCore()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/
H A DPullUpRefactoringProcessor.java322 …ReturnStatement todoNode= (ReturnStatement) rewrite.createStringPlaceholder(placeHolder, ASTNode.R… in createMethodStub() local
323 body.statements().add(todoNode); in createMethodStub()