Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2102
private:
Callers
6
visit
Method · 0.80
visit
Method · 0.80
endVisit
Method · 0.80
compoundAssignment
Method · 0.80
visit
Method · 0.80
visit
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected