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 D | visitor.go | 261 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 D | visitor.go | 254 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 D | ModifierChangeCorrectionProposal.java | 124 …ReturnStatement todoNode= (ReturnStatement) rewrite.createStringPlaceholder(placeHolder, ASTNode.R… in getRewrite() local 125 body.statements().add(todoNode); in getRewrite()
|
H A D | AbstractMethodCorrectionProposal.java | 172 …ReturnStatement todoNode= (ReturnStatement)rewrite.createStringPlaceholder(placeHolder, ASTNode.RE… in getStub() local 173 body.statements().add(todoNode); in getStub()
|
H A D | ConstructorFromSuperclassProposal.java | 182 ASTNode todoNode= rewrite.createStringPlaceholder(placeHolder, ASTNode.RETURN_STATEMENT); in createNewMethodDeclaration() local 183 body.statements().add(todoNode); in createNewMethodDeclaration()
|
H A D | ExtractToNullCheckedLocalProposal.java | 288 …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 D | visitor.go | 256 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 D | StubUtility2.java | 166 …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 D | StubUtility2Core.java | 126 …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 D | PullUpRefactoringProcessor.java | 322 …ReturnStatement todoNode= (ReturnStatement) rewrite.createStringPlaceholder(placeHolder, ASTNode.R… in createMethodStub() local 323 body.statements().add(todoNode); in createMethodStub()
|