|
terp - the Codemesh Modular Template Interpreter v1.3.309 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Rvalue
A right-hand side value.
| Nested Class Summary | |
|---|---|
static class |
Rvalue.AbstractRvalue
|
static class |
Rvalue.FieldInvoker
|
static class |
Rvalue.ForMap
A value getter for a string map. |
static class |
Rvalue.Holder
|
static class |
Rvalue.MethodInvoker
|
static class |
Rvalue.PropertyHolder<T>
A hoder type that can be used to provide a level of indirection for collections. |
| Method Summary | |
|---|---|
java.lang.Object |
get()
Returns the value referenced by the instance. |
Lvalue |
toLvalue()
Returns an Lvalue for the same datum that is represented by this Rvalue. |
| Method Detail |
|---|
java.lang.Object get()
TerpException - if an exceptin occurs during the operation.Lvalue toLvalue()
|
terp - the Codemesh Modular Template Interpreter v1.3.309 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||