OCCodeError
Undeclared variable
OCUndeclaredVariableNotice(OCNotice)>>signalError
OpalCompiler>>checkNotice:
[ :n |
| check |
check := self checkNotice: n.
check ifNil: [ ^ ast ].
check ifFalse: [
ast := nil.
^ self failBlock ifNotNil: [ :block | block cull: n ] ifNil: [ nil ].
] ] in OpalCompiler>>parse
OrderedCollection>>do:
OpalCompiler>>parse
OpalCompiler>>compile
OpalCompiler>>evaluate
ShiftClassBuilder>>buildFromAST:
OCClassBuilderTest>>buildClassFromDefinition:allowUndefined:
OCClassBuilderTest>>buildClassFromDefinition:
OCClassBuilderTest>>testCreateNormalClassWithTraitComposition
OCClassBuilderTest(TestCase)>>performTest