Package eu.bandm.tools.tpath.runtime
Class Lazy<N>
java.lang.Object
eu.bandm.tools.tpath.runtime.Value<N>
eu.bandm.tools.tpath.runtime.Lazy<N>
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class eu.bandm.tools.tpath.runtime.Value
booleanValue, numberValue, singleton, stringValue, value, value, value
-
Field Details
-
value
-
done
protected boolean done
-
-
Constructor Details
-
Lazy
public Lazy()
-
-
Method Details
-
eval
-
force
protected void force() -
isBoolean
public boolean isBoolean() -
isString
public boolean isString() -
isNumber
public boolean isNumber() -
isNodeSet
public boolean isNodeSet() -
asBoolean
-
asString
-
asNumber
-
asNodeSet
-