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

Method GetNodeType

syntax/syntax.go:52–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50}
51
52func (a *ASTNode) GetNodeType() ASTNodeType {
53 return a.nodeType
54}
55func (a *ASTNode) GetText() string {
56 return a.text
57}

Callers 2

PrintMethod · 0.95
EvaluateWithRuntimeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected