MCPcopy Create free account
hub / github.com/argotorg/solidity / assignmentOperator

Method assignmentOperator

libsolidity/ast/AST.h:2099–2099  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2097
2098 Expression const& leftHandSide() const { return *m_leftHandSide; }
2099 Token assignmentOperator() const { return m_assignmentOperator; }
2100 Expression const& rightHandSide() const { return *m_rightHandSide; }
2101
2102private:

Callers 6

visitMethod · 0.80
visitMethod · 0.80
endVisitMethod · 0.80
compoundAssignmentMethod · 0.80
visitMethod · 0.80
visitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected