error-line ( error -- line ) - Factor Documentation

error-line ( error -- line )


Vocabulary
source-files .errors

Inputs
error an object


Outputs
line an object


Definition
IN: source-files.errors

GENERIC: error-line ( error -- line )


Methods
USING: accessors continuations source-files.errors ;

M: condition error-line error>> error-line ;


USING: accessors kernel lexer source-files.errors ;

M: lexer-error error-line
[ error>> error-line ] [ line>> ] bi or ;


USING: kernel source-files.errors ;

M: object error-line drop f ;


USING: accessors kernel source-files.errors ;

M: source-file-error error-line
[ error>> error-line ] [ line#>> ] bi or ;


USING: accessors command-line source-files.errors ;

M: user-init-error error-line line#>> ;

AltStyle によって変換されたページ (->オリジナル) /