Method | Description | |
---|---|---|
Parse ( |
Parses conditional expressions
|
|
Ternary ( |
Parses ternary expressions
|
public static Parse ( |
||
leftOp | Left operand | |
rightOp | Right operand | |
type | CondType | Conditional operator type |
return |
public static Ternary ( |
||
cond | Conditional to test | |
truePart | Expression to return if condition is true | |
falsePart | Expression to return if condition is false | |
return |