Maven module :un.api : api-common :
Class : un.api.predicate.Constant
Extends/Implements : un.api.CObject un.api.predicate.Expression
Subclasses : -

A Constant expression.
Returning the same value whatever object or context.
author  Johann Sorel


Variables : -
Functions : Constant, getValue, evaluate, equals, toChars




New constant expression.
param  value constant value
public void Constant (Object value)


Get constant value.
return  Object, can be null
public Object getValue ()

public Object evaluate (Object candidate)

public boolean equals (Object obj)

public Chars toChars ()