메소드 | 설명 | |
---|---|---|
IsGetter ( ) : bool |
Returns true if this is a getter function. Returns true if this is a getter function. |
|
IsSetter ( ) : bool |
Returns true if this is a setter function. Returns true if this is a setter function. |
|
ObjectProperty ( ) : System | ||
ObjectProperty ( int pos ) : System | ||
ObjectProperty ( int pos, int len ) : System | ||
SetIsGetter ( ) : void |
Marks this node as a "getter" property. Marks this node as a "getter" property. |
|
SetIsSetter ( ) : void |
Marks this node as a "setter" property. Marks this node as a "setter" property. |
|
SetNodeType ( int nodeType ) : void |
Sets the node type. Sets the node type. Must be one of |
|
ToSource ( int depth ) : string |
public ObjectProperty ( int pos, int len ) : System | ||
pos | int | |
len | int | |
리턴 | System |