MCPcopy Create free account
hub / github.com/WheretIB/nullc / NodeExpressionList

Method NodeExpressionList

NULLC/SyntaxTree.cpp:1858–1864  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1856// Node that contains list of expressions
1857
1858NodeExpressionList::NodeExpressionList(TypeInfo *returnType)
1859{
1860 typeInfo = returnType;
1861 tail = first = TakeLastNode();
1862
1863 nodeType = typeNodeExpressionList;
1864}
1865NodeExpressionList::~NodeExpressionList()
1866{
1867}

Callers

nothing calls this directly

Calls 1

TakeLastNodeFunction · 0.85

Tested by

no test coverage detected