Expr
, Predicate<ViewContext<?>>
public class NumberExpr extends java.lang.Object implements Expr
Constructor | Description |
---|---|
NumberExpr(double number) |
Modifier and Type | Method | Description |
---|---|---|
<N extends Node> |
resolve(ViewContext<N> context) |
Evaluate this expression on given xml model view using given context.
|
boolean |
test(ViewContext<?> context) |
|
java.lang.String |
toString() |
public <N extends Node> NumberView<N> resolve(ViewContext<N> context)
Expr
public boolean test(ViewContext<?> context)
test
in interface Predicate<ViewContext<?>>
public java.lang.String toString()
toString
in class java.lang.Object