class Ven::Suite::ReadExpansion
- Ven::Suite::ReadExpansion
- Ven::Suite::Visitor(Ven::Suite::Quote)
- Reference
- Object
Defined in:
ven/suite/read_expansion.crConstructors
Instance Method Summary
-
#die(message : String)
Given a message, dies of read error that is assumed to be at the start of the current quote.
-
#visit!(q : QReadtimeSymbol)
Substitutes itself with the quote it was assigned.
- #visit!(__temp_80 : QIf)
- #visit!(__temp_81 : QBox)
- #visit!(__temp_82 : QString)
- #visit!(__temp_83 : QRegex)
- #visit!(__temp_84 : QNumber)
- #visit!(__temp_85 : QURef)
- #visit!(__temp_86 : QUPop)
- #visit!(__temp_87 : QRuntimeSymbol)
- #visit!(__temp_88 : QExpose)
- #visit!(__temp_89 : QDistinct)
- #visit!(__temp_90 : QVector)
- #visit!(__temp_91 : QUnary)
- #visit!(__temp_92 : QBinary)
- #visit!(__temp_93 : QCall)
- #visit!(__temp_94 : QAssign)
- #visit!(__temp_95 : QBinaryAssign)
- #visit!(__temp_96 : QReturnDecrement)
- #visit!(__temp_97 : QReturnIncrement)
- #visit!(__temp_98 : QDies)
- #visit!(__temp_99 : QIntoBool)
- #visit!(__temp_100 : QMapSpread)
- #visit!(__temp_101 : QReduceSpread)
- #visit!(__temp_102 : QGroup)
- #visit!(__temp_103 : QBlock)
- #visit!(__temp_104 : QFun)
- #visit!(__temp_105 : QEnsure)
- #visit!(__temp_106 : QQueue)
- #visit!(__temp_107 : QInfiniteLoop)
- #visit!(__temp_108 : QAccessField)
- #visit!(__temp_109 : QBaseLoop)
- #visit!(__temp_110 : QStepLoop)
- #visit!(__temp_111 : QComplexLoop)
- #visit!(__temp_112 : QNext)
- #visit!(__temp_113 : QReturnStatement)
- #visit!(__temp_114 : QReturnExpression)
Instance methods inherited from class Ven::Suite::Visitor(Ven::Suite::Quote)
last=(last : Quote)
last=,
visit(quote : Quote)visit(quotes : Quotes) visit, visit!(quote : _) visit!
Constructor Detail
Instance Method Detail
def die(message : String)
#
Given a message, dies of read error that is assumed to be at the start of the current quote.