|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mysema.query.types.custom.CustomMixin<T>
T - public final class CustomMixin<T>
Mixin implementation of the Custom interface
| Constructor Summary | |
|---|---|
CustomMixin(Custom<T> self,
List<Expr<?>> args,
Template template)
|
|
| Method Summary | |
|---|---|
Expr<T> |
asExpr()
Cast to Expr |
boolean |
equals(Object o)
|
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()
|
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CustomMixin(Custom<T> self,
List<Expr<?>> args,
Template template)
| Method Detail |
|---|
public Expr<?> getArg(int index)
Custom
getArg in interface Custom<T>public List<Expr<?>> getArgs()
Custom
getArgs in interface Custom<T>public Template getTemplate()
Custom
getTemplate in interface Custom<T>public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic Class<? extends T> getType()
getType in interface Custom<T>public Expr<T> asExpr()
CustomExpr
asExpr in interface Custom<T>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||