Serialized Form


Package org.openl.binding.exception

Class org.openl.binding.exception.AmbiguousMethodException extends OpenlNotCheckedException implements Serializable

serialVersionUID: -4733490029481524664L

Serialized Fields

matchingMethods

List<E> matchingMethods

methodName

String methodName

pars

IOpenClass[] pars

Class org.openl.binding.exception.AmbiguousTypeException extends OpenlNotCheckedException implements Serializable

serialVersionUID: 3432594431020887309L

Serialized Fields

matchingTypes

List<E> matchingTypes

typeName

String typeName

Class org.openl.binding.exception.AmbiguousVarException extends OpenlNotCheckedException implements Serializable

serialVersionUID: -8752617383143899614L

Serialized Fields

matchingFields

List<E> matchingFields

varName

String varName

Class org.openl.binding.exception.DuplicatedMethodException extends OpenlNotCheckedException implements Serializable

serialVersionUID: 4145939391957085009L

Serialized Fields

method

IOpenMethod method

Class org.openl.binding.exception.DuplicatedVarException extends OpenlNotCheckedException implements Serializable

serialVersionUID: 2754037692502108330L

Serialized Fields

fieldName

String fieldName

Class org.openl.binding.exception.FieldNotFoundException extends OpenLCompilationException implements Serializable

serialVersionUID: -782077307706500730L

Serialized Fields

fieldName

String fieldName

type

IOpenClass type

Class org.openl.binding.exception.MethodNotFoundException extends OpenlNotCheckedException implements Serializable

serialVersionUID: -6505424809898412642L

Serialized Fields

methodName

String methodName

params

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

returnValue

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

from

IOpenClass from

to

IOpenClass to

Package org.openl.conf

Class org.openl.conf.OpenConfigurationException extends org.apache.commons.lang.exception.NestableRuntimeException implements Serializable

serialVersionUID: 3292629986027365336L

Serialized Fields

uri

String uri

cause

Throwable cause

Package org.openl.exception

Class org.openl.exception.OpenLCompilationException extends Exception implements Serializable

serialVersionUID: -8075090606797764194L

Serialized Fields

insideCause

Throwable insideCause

location

ILocation location

source

IOpenSourceCodeModule source

Class org.openl.exception.OpenlNotCheckedException extends RuntimeException implements Serializable

serialVersionUID: -4044064134031015107L

Serialized Fields

location

ILocation location

sourceModule

IOpenSourceCodeModule sourceModule

Class org.openl.exception.OpenLRuntimeException extends RuntimeException implements Serializable

serialVersionUID: -8422089115244904493L

Serialized Fields

node

IBoundNode node

openlCallStack

Stack<E> openlCallStack

Package org.openl.meta

Class org.openl.meta.BigDecimalValue extends ExplanationNumberValue<BigDecimalValue> implements Serializable

serialVersionUID: 1996508840075924034L

Serialized Fields

value

BigDecimal value

Class org.openl.meta.BigIntegerValue extends ExplanationNumberValue<BigIntegerValue> implements Serializable

serialVersionUID: -3936317402079096501L

Serialized Fields

value

BigInteger value

Class org.openl.meta.ByteValue extends ExplanationNumberValue<ByteValue> implements Serializable

serialVersionUID: -3137978912171407672L

Serialized Fields

value

byte value

Class org.openl.meta.DoubleValue extends ExplanationNumberValue<DoubleValue> implements Serializable

serialVersionUID: -4594250562069599646L

Serialized Fields

value

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

value

float value

Class org.openl.meta.IntValue extends ExplanationNumberValue<IntValue> implements Serializable

serialVersionUID: -3821702883606493390L

Serialized Fields

value

int value

Class org.openl.meta.LongValue extends ExplanationNumberValue<LongValue> implements Serializable

serialVersionUID: -437788531108803012L

Serialized Fields

value

long value

Class org.openl.meta.ShortValue extends ExplanationNumberValue<ShortValue> implements Serializable

serialVersionUID: 5259931539737847856L

Serialized Fields

value

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

formula

NumberFormula<T extends NumberValue<T>> formula

function

NumberFunction<T extends NumberValue<T>> function

cast

NumberCast cast

valueType

NumberValue.ValueType valueType

Package org.openl.syntax.exception

Class org.openl.syntax.exception.CompositeOpenlException extends CompositeSyntaxNodeException implements Serializable

serialVersionUID: 5130142151601932536L

Serialized Fields

errorMessages

List<E> errorMessages

Class org.openl.syntax.exception.CompositeSyntaxNodeException extends OpenlNotCheckedException implements Serializable

serialVersionUID: 6239517302604363701L

Serialized Fields

message

String message
Exception message.


errors

SyntaxNodeException[] errors
Syntax errors.

Class org.openl.syntax.exception.SyntaxNodeException extends OpenLCompilationException implements Serializable

serialVersionUID: 4448924727461016950L

Serialized Fields

syntaxNode

ISyntaxNode syntaxNode

topLevelSyntaxNode

ISyntaxNode topLevelSyntaxNode

Package org.openl.util

Class org.openl.util.FastLinkedList extends AbstractSequentialList<E> implements Serializable

serialVersionUID: 876323262645176354L

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException

Class org.openl.util.PriorityQueue extends ArrayList<T> implements Serializable

serialVersionUID: 5240446330214701778L

Serialized Fields

comparator

Comparator<T> comparator

Class org.openl.util.TopoSortCycleException extends RuntimeException implements Serializable

serialVersionUID: -6748402650936894385L

Serialized Fields

cycles

Collection<E> cycles



Copyright © 2013. All Rights Reserved.