Package org.snpsift.lang.function
Class Function
- java.lang.Object
-
- org.snpsift.lang.expression.Expression
-
- org.snpsift.lang.function.Function
-
- Direct Known Subclasses:
CountHet
,CountHom
,CountRef
,CountVariant
,FunctionBoolGenotype
,In
public abstract class Function extends Expression
A function that returns an expression (i.e. a value with a type)- Author:
- pablocingolani
-
-
Field Summary
-
Fields inherited from class org.snpsift.lang.expression.Expression
debug, negated, operator
-
-
Constructor Summary
Constructors Constructor Description Function(java.lang.String functionName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
Methods inherited from class org.snpsift.lang.expression.Expression
eval, eval, setNegated
-
-