org.omegahat.Interfaces.NativeInterface
Class BasicConvertibleClassifier

java.lang.Object
  |
  +--java.util.Dictionary
        |
        +--java.util.Hashtable
              |
              +--org.omegahat.Interfaces.NativeInterface.ConvertibleClassifier
                    |
                    +--org.omegahat.Interfaces.NativeInterface.BasicConvertibleClassifier
All Implemented Interfaces:
java.lang.Cloneable, ConvertibleClassifierInt, java.util.Map, java.io.Serializable

public class BasicConvertibleClassifier
extends ConvertibleClassifier

See Also:
Serialized Form

Inner classes inherited from class java.util.Map
java.util.Map.Entry
 
Fields inherited from class org.omegahat.Interfaces.NativeInterface.ConvertibleClassifier
evaluator
 
Fields inherited from interface org.omegahat.Interfaces.NativeInterface.ConvertibleClassifierInt
ASSIGNABLE_FROM_MATCH, EXACT_MATCH, INSTANCEOF_MATCH
 
Constructor Summary
BasicConvertibleClassifier(org.omegahat.Environment.Interpreter.Evaluator e)
           
 
Methods inherited from class org.omegahat.Interfaces.NativeInterface.ConvertibleClassifier
add, getConvertibleClasses, getEvaluator, isConvertible, isConvertible, longCheck, setConvertible, setConvertible, setEvaluator
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BasicConvertibleClassifier

public BasicConvertibleClassifier(org.omegahat.Environment.Interpreter.Evaluator e)