Method | Description | |
---|---|---|
IsLegal ( this e ) : bool |
Checks if the given Expression is legal.
|
|
IsLegal ( this e, List |
Checks if the given Expression is legal.
|
public static IsLegal ( this e ) : bool | ||
e | this | Expression |
return | bool |
public static IsLegal ( this e, List |
||
e | this | Expression |
list | List |
Out: List of illegal Expressions |
return | bool |