|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package org.openl.binding.exception |
---|
Class org.openl.binding.exception.AmbiguousMethodException extends OpenlNotCheckedException implements Serializable |
---|
serialVersionUID: -4733490029481524664L
Serialized Fields |
---|
List<E> matchingMethods
String methodName
IOpenClass[] pars
Class org.openl.binding.exception.AmbiguousTypeException extends OpenlNotCheckedException implements Serializable |
---|
serialVersionUID: 3432594431020887309L
Serialized Fields |
---|
List<E> matchingTypes
String typeName
Class org.openl.binding.exception.AmbiguousVarException extends OpenlNotCheckedException implements Serializable |
---|
serialVersionUID: -8752617383143899614L
Serialized Fields |
---|
List<E> matchingFields
String varName
Class org.openl.binding.exception.DuplicatedMethodException extends OpenlNotCheckedException implements Serializable |
---|
serialVersionUID: 4145939391957085009L
Serialized Fields |
---|
IOpenMethod method
Class org.openl.binding.exception.DuplicatedVarException extends OpenlNotCheckedException implements Serializable |
---|
serialVersionUID: 2754037692502108330L
Serialized Fields |
---|
String fieldName
Class org.openl.binding.exception.FieldNotFoundException extends OpenLCompilationException implements Serializable |
---|
serialVersionUID: -782077307706500730L
Serialized Fields |
---|
String fieldName
IOpenClass type
Class org.openl.binding.exception.MethodNotFoundException extends OpenlNotCheckedException implements Serializable |
---|
serialVersionUID: -6505424809898412642L
Serialized Fields |
---|
String methodName
IOpenClass[] params
Package org.openl.binding.impl |
---|
Class org.openl.binding.impl.ControlSignal extends RuntimeException implements Serializable |
---|
serialVersionUID: -1921533116812896265L
Class org.openl.binding.impl.ControlSignalBreak extends ControlSignal implements Serializable |
---|
serialVersionUID: 2480067210332233310L
Class org.openl.binding.impl.ControlSignalContinue extends ControlSignal implements Serializable |
---|
serialVersionUID: 7583746835517349947L
Class org.openl.binding.impl.ControlSignalReturn extends ControlSignal implements Serializable |
---|
serialVersionUID: -7100992392698726034L
Serialized Fields |
---|
Object returnValue
Class org.openl.binding.impl.LocalFrameBuilder.LocalVarFrameElement extends ArrayList<ILocalVar> implements Serializable |
---|
serialVersionUID: 9004729180675641226L
Class org.openl.binding.impl.TypeCastException extends SyntaxNodeException implements Serializable |
---|
serialVersionUID: 5570752529258476343L
Serialized Fields |
---|
IOpenClass from
IOpenClass to
Package org.openl.conf |
---|
Class org.openl.conf.OpenConfigurationException extends org.apache.commons.lang.exception.NestableRuntimeException implements Serializable |
---|
serialVersionUID: 3292629986027365336L
Serialized Fields |
---|
String uri
Throwable cause
Package org.openl.exception |
---|
Class org.openl.exception.OpenLCompilationException extends Exception implements Serializable |
---|
serialVersionUID: -8075090606797764194L
Serialized Fields |
---|
Throwable insideCause
ILocation location
IOpenSourceCodeModule source
Class org.openl.exception.OpenlNotCheckedException extends RuntimeException implements Serializable |
---|
serialVersionUID: -4044064134031015107L
Serialized Fields |
---|
ILocation location
IOpenSourceCodeModule sourceModule
Class org.openl.exception.OpenLRuntimeException extends RuntimeException implements Serializable |
---|
serialVersionUID: -8422089115244904493L
Serialized Fields |
---|
IBoundNode node
Stack<E> openlCallStack
Package org.openl.meta |
---|
Class org.openl.meta.BigDecimalValue extends ExplanationNumberValue<BigDecimalValue> implements Serializable |
---|
serialVersionUID: 1996508840075924034L
Serialized Fields |
---|
BigDecimal value
Class org.openl.meta.BigIntegerValue extends ExplanationNumberValue<BigIntegerValue> implements Serializable |
---|
serialVersionUID: -3936317402079096501L
Serialized Fields |
---|
BigInteger value
Class org.openl.meta.ByteValue extends ExplanationNumberValue<ByteValue> implements Serializable |
---|
serialVersionUID: -3137978912171407672L
Serialized Fields |
---|
byte value
Class org.openl.meta.DoubleValue extends ExplanationNumberValue<DoubleValue> implements Serializable |
---|
serialVersionUID: -4594250562069599646L
Serialized Fields |
---|
double value
Class org.openl.meta.DoubleValue.DoubleValueOne extends DoubleValue implements Serializable |
---|
serialVersionUID: 6347462002516785250L
Class org.openl.meta.DoubleValue.DoubleValueZero extends DoubleValue implements Serializable |
---|
serialVersionUID: 3329865368482848868L
Class org.openl.meta.DoubleValuePercent extends DoubleValue implements Serializable |
---|
serialVersionUID: 6543033363886217906L
Class org.openl.meta.FloatValue extends ExplanationNumberValue<FloatValue> implements Serializable |
---|
serialVersionUID: -8235832583740963916L
Serialized Fields |
---|
float value
Class org.openl.meta.IntValue extends ExplanationNumberValue<IntValue> implements Serializable |
---|
serialVersionUID: -3821702883606493390L
Serialized Fields |
---|
int value
Class org.openl.meta.LongValue extends ExplanationNumberValue<LongValue> implements Serializable |
---|
serialVersionUID: -437788531108803012L
Serialized Fields |
---|
long value
Class org.openl.meta.ShortValue extends ExplanationNumberValue<ShortValue> implements Serializable |
---|
serialVersionUID: 5259931539737847856L
Serialized Fields |
---|
short value
Package org.openl.meta.explanation |
---|
Class org.openl.meta.explanation.ExplanationNumberValue extends NumberValue<T extends ExplanationNumberValue<T>> implements Serializable |
---|
serialVersionUID: -5461468496220613277L
Package org.openl.meta.number |
---|
Class org.openl.meta.number.NumberValue extends Number implements Serializable |
---|
serialVersionUID: -1260393051446603330L
Serialized Fields |
---|
NumberFormula<T extends NumberValue<T>> formula
NumberFunction<T extends NumberValue<T>> function
NumberCast cast
NumberValue.ValueType valueType
Package org.openl.syntax.exception |
---|
Class org.openl.syntax.exception.CompositeOpenlException extends CompositeSyntaxNodeException implements Serializable |
---|
serialVersionUID: 5130142151601932536L
Serialized Fields |
---|
List<E> errorMessages
Class org.openl.syntax.exception.CompositeSyntaxNodeException extends OpenlNotCheckedException implements Serializable |
---|
serialVersionUID: 6239517302604363701L
Serialized Fields |
---|
String message
SyntaxNodeException[] errors
Class org.openl.syntax.exception.SyntaxNodeException extends OpenLCompilationException implements Serializable |
---|
serialVersionUID: 4448924727461016950L
Serialized Fields |
---|
ISyntaxNode syntaxNode
ISyntaxNode topLevelSyntaxNode
Package org.openl.util |
---|
Class org.openl.util.FastLinkedList extends AbstractSequentialList<E> implements Serializable |
---|
serialVersionUID: 876323262645176354L
Serialization Methods |
---|
private void readObject(ObjectInputStream arg0) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream arg0) throws IOException
IOException
Class org.openl.util.PriorityQueue extends ArrayList<T> implements Serializable |
---|
serialVersionUID: 5240446330214701778L
Serialized Fields |
---|
Comparator<T> comparator
Class org.openl.util.TopoSortCycleException extends RuntimeException implements Serializable |
---|
serialVersionUID: -6748402650936894385L
Serialized Fields |
---|
Collection<E> cycles
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |