public class EvaluatorCache extends Object implements Externalizable
Constructor and Description |
---|
EvaluatorCache() |
Modifier and Type | Method and Description |
---|---|
void |
addEvaluator(ValueType type,
Operator operator,
Evaluator evaluator) |
Evaluator |
getEvaluator(ValueType type,
Operator operator) |
void |
readExternal(ObjectInput in) |
boolean |
supportsType(ValueType type) |
void |
writeExternal(ObjectOutput out) |
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public boolean supportsType(ValueType type)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.