|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.query.util.TypedFunc
public final class TypedFunc
Wrapper that provides types for function expressions.
Field Summary | |
---|---|
Ann |
ann
Annotations. |
Expr |
fun
Function expression. |
FuncType |
type
Function type. |
Constructor Summary | |
---|---|
TypedFunc(Expr f,
Ann a,
FuncType ft)
Constructor. |
Method Summary | |
---|---|
static TypedFunc |
constr(Cast cast,
SeqType to)
Creates a type constructor function. |
static TypedFunc |
java(JavaMapping f)
Creates a type constructor function. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final Expr fun
public final FuncType type
public final Ann ann
Constructor Detail |
---|
public TypedFunc(Expr f, Ann a, FuncType ft)
f
- function expressiona
- annotationsft
- function typeMethod Detail |
---|
public static TypedFunc constr(Cast cast, SeqType to)
cast
- cast expressionto
- type to cast to
public static TypedFunc java(JavaMapping f)
f
- java function
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |