Drools :: Compiler 6.2.0.Final

Serialized Form


Package org.drools.compiler.builder.impl

Class org.drools.compiler.builder.impl.KnowledgeBuilderImpl.MissingPackageNameException extends IllegalArgumentException implements Serializable

serialVersionUID: 510L

Class org.drools.compiler.builder.impl.KnowledgeBuilderImpl.PackageMergeException extends IllegalArgumentException implements Serializable

serialVersionUID: 400L


Package org.drools.compiler.compiler

Class org.drools.compiler.compiler.DroolsParserException extends Exception implements Serializable

serialVersionUID: 510L

Serialized Fields

errorCode

String errorCode

lineNumber

int lineNumber

column

int column

offset

int offset

Class org.drools.compiler.compiler.PackageBuilderErrors extends ArrayList<org.kie.internal.builder.KnowledgeBuilderError> implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.compiler.PackageBuilderResults extends ArrayList<org.kie.internal.builder.KnowledgeBuilderResult> implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.compiler.ReturnValueDescr extends BaseDescr implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.compiler.SerializableDroolsError extends DroolsError implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Package org.drools.compiler.kie.builder.impl

Class org.drools.compiler.kie.builder.impl.AbstractKieModule.CompilationCache extends Object implements Serializable

serialVersionUID: 3812243055974412935L

Serialized Fields

compilationCache

Map<K,V> compilationCache

Class org.drools.compiler.kie.builder.impl.AbstractKieModule.CompilationCacheEntry extends Object implements Serializable

serialVersionUID: 1423987159014688588L

Serialized Fields

className

String className

bytecode

byte[] bytecode

Class org.drools.compiler.kie.builder.impl.KieBuilderSetImpl.DummyResource extends org.drools.core.io.impl.BaseResource implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.kie.builder.impl.KieModuleCache.CompDataEntry extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

unknownFields

com.google.protobuf.UnknownFieldSet unknownFields

bitField0_

int bitField0_

id_

Object id_

data_

com.google.protobuf.ByteString data_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.drools.compiler.kie.builder.impl.KieModuleCache.CompilationData extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

unknownFields

com.google.protobuf.UnknownFieldSet unknownFields

bitField0_

int bitField0_

dialect_

Object dialect_

entry_

List<E> entry_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.drools.compiler.kie.builder.impl.KieModuleCache.Header extends com.google.protobuf.GeneratedMessage.ExtendableMessage<KieModuleCache.Header> implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

unknownFields

com.google.protobuf.UnknownFieldSet unknownFields

bitField0_

int bitField0_

version_

KieModuleCache.Version version_

signature_

KieModuleCache.Signature signature_

payload_

com.google.protobuf.ByteString payload_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.drools.compiler.kie.builder.impl.KieModuleCache.KModuleCache extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

unknownFields

com.google.protobuf.UnknownFieldSet unknownFields

compilationData_

List<E> compilationData_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.drools.compiler.kie.builder.impl.KieModuleCache.Signature extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

unknownFields

com.google.protobuf.UnknownFieldSet unknownFields

bitField0_

int bitField0_

keyAlias_

Object keyAlias_

signature_

com.google.protobuf.ByteString signature_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.drools.compiler.kie.builder.impl.KieModuleCache.Version extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

unknownFields

com.google.protobuf.UnknownFieldSet unknownFields

bitField0_

int bitField0_

versionMajor_

int versionMajor_

versionMinor_

int versionMinor_

versionRevision_

int versionRevision_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Package org.drools.compiler.kproject

Class org.drools.compiler.kproject.ReleaseIdImpl extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Package org.drools.compiler.lang

Class org.drools.compiler.lang.DroolsMismatchedSetException extends org.antlr.runtime.RecognitionException implements Serializable

serialVersionUID: -3708332833521751402L

Serialized Fields

tokenText

String[] tokenText

Class org.drools.compiler.lang.DroolsMismatchedTokenException extends org.antlr.runtime.MismatchedTokenException implements Serializable

serialVersionUID: -3708332833521751402L

Serialized Fields

tokenText

String tokenText

Class org.drools.compiler.lang.DroolsMissingTokenException extends org.antlr.runtime.MissingTokenException implements Serializable

serialVersionUID: -3708332833521751402L

Serialized Fields

tokenText

String tokenText

Class org.drools.compiler.lang.DroolsToken extends org.antlr.runtime.CommonToken implements Serializable

serialVersionUID: 510L

Serialized Fields

editorType

DroolsEditorType editorType
editor type

See Also:
DroolsEditorType

Class org.drools.compiler.lang.DroolsUnexpectedAnnotationException extends org.antlr.runtime.RecognitionException implements Serializable

Serialized Fields

annotationName

String annotationName

Class org.drools.compiler.lang.GeneralParseException extends org.antlr.runtime.RecognitionException implements Serializable

serialVersionUID: 510L

Serialized Fields

message

String message

Class org.drools.compiler.lang.ParseException extends RuntimeException implements Serializable

serialVersionUID: 510L

Serialized Fields

lineNumber

int lineNumber

cause

Throwable cause

Package org.drools.compiler.lang.descr

Class org.drools.compiler.lang.descr.AbstractClassTypeDeclarationDescr extends AnnotatedBaseDescr implements Serializable

serialVersionUID: 510L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.AccessorDescr extends DeclarativeInvokerDescr implements Serializable

serialVersionUID: 510L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.AccumulateDescr extends PatternSourceDescr implements Serializable

serialVersionUID: 510L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.AccumulateDescr.AccumulateFunctionCallDescr extends Object implements Serializable

serialVersionUID: 520L

Serialized Fields

function

String function

bind

String bind

params

String[] params

Class org.drools.compiler.lang.descr.AccumulateImportDescr extends ImportDescr implements Serializable

serialVersionUID: 510L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.ActionDescr extends BaseDescr implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.AndDescr extends AnnotatedBaseDescr implements Serializable

serialVersionUID: 510L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.AnnotatedBaseDescr extends BaseDescr implements Serializable

serialVersionUID: 520L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.AnnotationDescr extends AnnotatedBaseDescr implements Serializable

serialVersionUID: 520L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.AtomicExprDescr extends BaseDescr implements Serializable

serialVersionUID: 510L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.AttributeDescr extends BaseDescr implements Serializable

serialVersionUID: 510L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.BaseDescr extends Object implements Serializable

serialVersionUID: 510L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.BehaviorDescr extends BaseDescr implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.BindingDescr extends BaseDescr implements Serializable

serialVersionUID: 520L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.CollectDescr extends PatternSourceDescr implements Serializable

serialVersionUID: 510L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.CompositePackageDescr extends PackageDescr implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.ConditionalBranchDescr extends BaseDescr implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.ConnectiveDescr extends RestrictionDescr implements Serializable

serialVersionUID: 510L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.ConstraintConnectiveDescr extends AnnotatedBaseDescr implements Serializable

serialVersionUID: 520L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.DeclarativeInvokerDescr extends BaseDescr implements Serializable

serialVersionUID: 510L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.EntryPointDeclarationDescr extends AnnotatedBaseDescr implements Serializable

serialVersionUID: 530L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.EntryPointDescr extends PatternSourceDescr implements Serializable

serialVersionUID: 150L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.EnumDeclarationDescr extends AbstractClassTypeDeclarationDescr implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.EnumLiteralDescr extends AnnotatedBaseDescr implements Serializable

serialVersionUID: 510L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.EvalDescr extends BaseDescr implements Serializable

serialVersionUID: 510L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.EvaluatorBasedRestrictionDescr extends RestrictionDescr implements Serializable

serialVersionUID: 150L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.ExistsDescr extends AnnotatedBaseDescr implements Serializable

serialVersionUID: 510L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.ExprConstraintDescr extends BaseDescr implements Serializable

serialVersionUID: 520L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.FactTemplateDescr extends BaseDescr implements Serializable

serialVersionUID: 510L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.FieldConstraintDescr extends BaseDescr implements Serializable

serialVersionUID: 510L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.FieldTemplateDescr extends BaseDescr implements Serializable

serialVersionUID: 510L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.ForallDescr extends BaseDescr implements Serializable

serialVersionUID: 510L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.ForFunctionDescr extends BaseDescr implements Serializable

serialVersionUID: 520L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.FromDescr extends PatternSourceDescr implements Serializable

serialVersionUID: 510L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.FunctionDescr extends BaseDescr implements Serializable

serialVersionUID: 510L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.FunctionImportDescr extends ImportDescr implements Serializable

serialVersionUID: 510L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.GlobalDescr extends BaseDescr implements Serializable

serialVersionUID: 510L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.ImportDescr extends BaseDescr implements Serializable

serialVersionUID: 510L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.LiteralDescr extends BaseDescr implements Serializable

serialVersionUID: 510L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.LiteralRestrictionDescr extends EvaluatorBasedRestrictionDescr implements Serializable

serialVersionUID: 510L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.MVELExprDescr extends DeclarativeInvokerDescr implements Serializable

serialVersionUID: 510L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.NamedConsequenceDescr extends BaseDescr implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.NotDescr extends AnnotatedBaseDescr implements Serializable

serialVersionUID: 510L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.OperatorDescr extends BaseDescr implements Serializable

serialVersionUID: 520L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.OrDescr extends AnnotatedBaseDescr implements Serializable

serialVersionUID: 510L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.PackageDescr extends BaseDescr implements Serializable

serialVersionUID: 530L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.PatternDescr extends AnnotatedBaseDescr implements Serializable

serialVersionUID: 510L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.PatternSourceDescr extends BaseDescr implements Serializable

serialVersionUID: 510L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.PredicateDescr extends RestrictionDescr implements Serializable

serialVersionUID: 510L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.ProcessDescr extends BaseDescr implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.QualifiedIdentifierRestrictionDescr extends EvaluatorBasedRestrictionDescr implements Serializable

serialVersionUID: 510L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.QueryDescr extends RuleDescr implements Serializable

serialVersionUID: 520L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.RelationalExprDescr extends BaseDescr implements Serializable

serialVersionUID: 520L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.Restriction extends BaseDescr implements Serializable

serialVersionUID: 510L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.RestrictionConnectiveDescr extends RestrictionDescr implements Serializable

serialVersionUID: 510L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.RestrictionDescr extends BaseDescr implements Serializable

serialVersionUID: 510L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.ReturnValueRestrictionDescr extends EvaluatorBasedRestrictionDescr implements Serializable

serialVersionUID: 510L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.RuleDescr extends AnnotatedBaseDescr implements Serializable

serialVersionUID: 510L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.TypeDeclarationDescr extends AbstractClassTypeDeclarationDescr implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.TypeFieldDescr extends AnnotatedBaseDescr implements Serializable

serialVersionUID: 510L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.VariableRestrictionDescr extends EvaluatorBasedRestrictionDescr implements Serializable

serialVersionUID: 510L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.WindowDeclarationDescr extends AnnotatedBaseDescr implements Serializable

serialVersionUID: 530L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.drools.compiler.lang.descr.WindowReferenceDescr extends PatternSourceDescr implements Serializable

serialVersionUID: 150L

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Package org.drools.compiler.lang.dsl

Class org.drools.compiler.lang.dsl.DSLMappingParseException extends Exception implements Serializable

serialVersionUID: 510L

Serialized Fields

message

String message

line

int line

Package org.drools.compiler.rule.builder.dialect.mvel

Class org.drools.compiler.rule.builder.dialect.mvel.MVELDialect extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException


Drools :: Compiler 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.