|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Custom<T>
Custom provides base types for custom expressions with integrated serialization templates
| Method Summary | |
|---|---|
Expr<T> |
asExpr()
Cast to Expr |
Expr<?> |
getArg(int index)
Get the argument with the given index |
List<Expr<?>> |
getArgs()
Get the arguments of the custom expression |
Template |
getTemplate()
Get the serialization template for this custom expression |
Class<? extends T> |
getType()
|
| Method Detail |
|---|
Expr<?> getArg(int index)
index -
List<Expr<?>> getArgs()
Template getTemplate()
Class<? extends T> getType()
Expr<T> asExpr()
Expr
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||