#include <YStatement.h>
Inheritance diagram for YSBreak:

Public Member Functions | |
| YSBreak (int line=0) | |
| YSBreak (bytecodeistream &str) | |
| virtual ykind | kind () const |
| string | toString () const |
| std::ostream & | toStream (std::ostream &str) const |
| YCPValue | evaluate (bool cse=false) |
Private Member Functions | |
| REP_BODY (YSBreak) | |
|
|
|
|
|
|
|
|
evaluate YCode to YCPValue if debugger == 0 called for parse time evaluation (i.e. constant subexpression elimination) else called for runtime evaluation Reimplemented from YStatement. |
|
|
Returns the YCode kind Implements YCode. |
|
|
|
|
|
writes YCode to a stream see Bytecode for read Reimplemented from YStatement. |
|
|
Returns an ASCII representation of the YCode. Reimplemented from YStatement. |
1.4.6