Companion

object Companion

Functions

Link copied to clipboard
fun isInline(self: AvailObject): Boolean

Does the object represent an inline assignment?

Link copied to clipboard
fun newAssignment(    variableUse: A_Phrase,     expression: A_Phrase,     tokens: A_Tuple,     isInline: Boolean): A_Phrase

Create a new assignment phrase using the given variable use and expression. Also indicate whether the assignment is inline (produces a value) or not (must be a statement).