|
sammine-lang
|
Public Member Functions | |
| CallProps & | call (NodeId id) |
| VariableProps & | variable (NodeId id) |
| BinaryProps & | binary (NodeId id) |
| TypeAliasProps & | type_alias (NodeId id) |
| TypeClassInstanceProps & | type_class_instance (NodeId id) |
| const CallProps * | call (NodeId id) const |
| const VariableProps * | variable (NodeId id) const |
| const BinaryProps * | binary (NodeId id) const |
| const TypeAliasProps * | type_alias (NodeId id) const |
| const TypeClassInstanceProps * | type_class_instance (NodeId id) const |
| void | set_type (NodeId id, const Type &t) |
| Type | get_type (NodeId id) const |
| bool | has_type (NodeId id) const |