net.sf.saffron.rex
Class RexOperator

java.lang.Object
  |
  +--net.sf.saffron.rex.RexOperator

public class RexOperator
extends Object

Defines a function

Since:
Nov 29, 2003
Version:
$Id: $
Author:
jhyde

Field Summary
(package private)  RexKind kind
           
(package private)  String name
           
 
Constructor Summary
(package private) RexOperator(String name, RexKind kind)
           
 
Method Summary
(package private)  SaffronType getType(SaffronType[] argTypes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

final String name

kind

final RexKind kind
Constructor Detail

RexOperator

RexOperator(String name,
            RexKind kind)
Method Detail

getType

SaffronType getType(SaffronType[] argTypes)

SourceForge.net_Logo