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

Method GetText

syntax/syntax.go:55–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53 return a.nodeType
54}
55func (a *ASTNode) GetText() string {
56 return a.text
57}
58
59func (a *ASTNode) GetChildren() []*ASTNode {
60 return a.children

Callers 14

PrintMethod · 0.95
VisitFunctionCallMethod · 0.80
getFunctionObjectMethod · 0.80
VisitLiteralMethod · 0.80
EvaluateWithRuntimeFunction · 0.80
ExitPrimaryMethod · 0.80
ExitBlockStmsMethod · 0.80
ExitFunctionCallMethod · 0.80
ExitExprMethod · 0.80

Calls

no outgoing calls

Tested by 1