MCPcopy Create free account
hub / github.com/Samsung/UTopia / getNodeType

Method getNodeType

lib/astirmap/ASTNode.cpp:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31const DynTypedNode &ASTNode::getNode() const { return Node; }
32
33ASTNode::nodeType ASTNode::getNodeType() const { return NodeType; }
34
35size_t ASTNode::getOffset() const { return Offset; }
36

Callers 3

getNodeForTypeMethod · 0.80
checkMethod · 0.80
isUndefinedTypeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected