Method | Description | |
---|---|---|
StripQuotes ( System e ) : |
||
Translate ( System expression ) : string |
Method | Description | |
---|---|---|
VisitBinary ( |
||
VisitConstant ( |
||
VisitMemberAccess ( |
||
VisitMethodCall ( |
||
VisitUnary ( |
public static StripQuotes ( System e ) : |
||
e | System | |
return |
public Translate ( System expression ) : string | ||
expression | System | |
return | string |
protected VisitBinary ( |
||
b | ||
return |
protected VisitConstant ( |
||
c | ||
return |
protected VisitMemberAccess ( |
||
m | ||
return |
protected VisitMethodCall ( |
||
m | ||
return |
protected VisitUnary ( |
||
u | ||
return |