Method | Description | |
---|---|---|
GetName ( ) : string |
Returns the label text
|
|
Label ( ) : System | ||
Label ( int pos ) : System | ||
Label ( int pos, int len ) : System | ||
Label ( int pos, int len, string name ) : System | ||
SetName ( string name ) : void |
Sets the label text
|
|
ToSource ( int depth ) : string | ||
Visit ( NodeVisitor v ) : void |
Visits this label. Visits this label. There are no children to visit. |
public Label ( int pos, int len, string name ) : System | ||
pos | int | |
len | int | |
name | string | |
return | System |