public class Constant<T,U> extends ConcreteValue<T,U>
| Constructor and Description |
|---|
Constant(U value)
Creates a new constant
|
| Modifier and Type | Method and Description |
|---|---|
U |
getValue(T structure)
Fetches the value on this structure
|
protected final U m_value
public Constant(U value)
value - The value of this constantpublic final U getValue(T structure)
ConcreteValuegetValue in class ConcreteValue<T,U>structure - The structureCopyright © Sylvain HallĂ©. All Rights Reserved.