Uses of Class
com.caucho.amber.expr.fun.TrimFunExpr.TrimSemantics

Packages that use TrimFunExpr.TrimSemantics
com.caucho.amber.expr.fun   
 

Uses of TrimFunExpr.TrimSemantics in com.caucho.amber.expr.fun
 

Methods in com.caucho.amber.expr.fun that return TrimFunExpr.TrimSemantics
static TrimFunExpr.TrimSemantics TrimFunExpr.TrimSemantics.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TrimFunExpr.TrimSemantics[] TrimFunExpr.TrimSemantics.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.caucho.amber.expr.fun with parameters of type TrimFunExpr.TrimSemantics
 void TrimFunExpr.setTrimSemantics(TrimFunExpr.TrimSemantics trimSemantics)
          Sets the trim semantics.