MCPcopy Create free account
hub / github.com/crossoverJie/gscript / GetChildren

Method GetChildren

syntax/syntax.go:59–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57}
58
59func (a *ASTNode) GetChildren() []*ASTNode {
60 return a.children
61}
62
63func (a *ASTNode) Print(indent string) {
64 fmt.Printf("%s %s %s \n", indent, a.GetNodeType(), a.GetText())

Callers 4

PrintMethod · 0.95
checkReturnMethod · 0.80
EvaluateWithRuntimeFunction · 0.80
ExitBlockStmsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected