linc 0.7
Linc is a general-purpose programming language inspired by C
Loading...
Searching...
No Matches
linc::VariableDeclaration::ValueAssignment Class Reference

Public Member Functions

 ValueAssignment (const Token &assignment_operator, std::unique_ptr< const Expression > expression)
 
 ValueAssignment (ValueAssignment &&other)
 
 ValueAssignment (const ValueAssignment &other)
 
ValueAssignmentoperator= (const ValueAssignment &other)
 
ValueAssignmentoperator= (ValueAssignment &&other)
 
const TokengetAssignmentOperator () const
 
const Expression *const getExpression () const
 

The documentation for this class was generated from the following file: