Method | Description | |
---|---|---|
Not ( this condition ) : |
||
ToStatement ( this exp ) : Statement | ||
ToStatement ( this exp, long startOffset, long endOffset ) : Statement |
public static Not ( this condition ) : |
||
condition | this | |
return |
public static ToStatement ( this exp ) : Statement | ||
exp | this | |
return | Statement |
public static ToStatement ( this exp, long startOffset, long endOffset ) : Statement | ||
exp | this | |
startOffset | long | |
endOffset | long | |
return | Statement |