Serialized Form
-
Package org.drools.compiler.builder.impl.errors
-
Class org.drools.compiler.builder.impl.errors.MissingImplementationException extends RuntimeException implements Serializable
-
Serialized Fields
-
dependency
String dependency
-
resource
org.kie.api.io.Resource resource
-
-
-
-
Package org.drools.compiler.compiler
-
Class org.drools.compiler.compiler.DroolsParserException extends Exception implements Serializable
- serialVersionUID:
- 510L
-
Serialized Fields
-
column
int column
-
errorCode
String errorCode
-
lineNumber
int lineNumber
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
-
Package org.drools.compiler.compiler.io.memory
-
Class org.drools.compiler.compiler.io.memory.MemoryFile extends Object implements Serializable
-
Serialized Fields
-
folder
Folder folder
-
mfs
MemoryFileSystem mfs
-
name
String name
-
-
-
Class org.drools.compiler.compiler.io.memory.MemoryFileSystem extends Object implements Serializable
-
Class org.drools.compiler.compiler.io.memory.MemoryFolder extends Object implements Serializable
-
Serialized Fields
-
mfs
MemoryFileSystem mfs
-
mPath
MemoryPath mPath
-
path
String path
-
pFolder
MemoryFolder pFolder
-
-
-
Class org.drools.compiler.compiler.io.memory.MemoryPath extends Object implements Serializable
-
Serialized Fields
-
path
String path
-
-
-
-
Package org.drools.compiler.kie.builder.impl
-
Class org.drools.compiler.kie.builder.impl.AbstractKieModule extends Object implements Serializable
-
Serialized Fields
-
compilationCache
Map<String,InternalKieModule.CompilationCache> compilationCache
-
kieDependencies
Map<org.kie.api.builder.ReleaseId,InternalKieModule> kieDependencies
-
releaseId
org.kie.api.builder.ReleaseId releaseId
-
unresolvedDependencies
Collection<org.kie.api.builder.ReleaseId> unresolvedDependencies
-
-
-
Class org.drools.compiler.kie.builder.impl.FileKieModule extends AbstractKieModule implements Serializable
-
Serialized Fields
-
file
File file
-
-
-
Class org.drools.compiler.kie.builder.impl.InternalKieModule.CompilationCache extends Object implements Serializable
- serialVersionUID:
- 3812243055974412935L
-
Class org.drools.compiler.kie.builder.impl.InternalKieModule.CompilationCacheEntry extends Object implements Serializable
- serialVersionUID:
- 1423987159014688588L
-
Serialized Fields
-
bytecode
byte[] bytecode
-
className
String className
-
-
Class org.drools.compiler.kie.builder.impl.InternalKieModule.MalformedKieModuleException extends RuntimeException implements Serializable
-
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:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput arg0) throws IOException
- Throws:
IOException
-
-
-
Class org.drools.compiler.kie.builder.impl.KieFileSystemImpl extends Object implements Serializable
-
Serialized Fields
-
mfs
MemoryFileSystem mfs
-
-
-
Class org.drools.compiler.kie.builder.impl.MemoryKieModule extends AbstractKieModule implements Serializable
-
Serialized Fields
-
creationTimestamp
long creationTimestamp
-
mfs
MemoryFileSystem mfs
-
-
-
Class org.drools.compiler.kie.builder.impl.ZipKieModule extends AbstractKieModule implements Serializable
-
-
Package org.drools.compiler.kie.builder.impl.event
-
Class org.drools.compiler.kie.builder.impl.event.KieScannerEventSupport extends org.drools.core.event.AbstractEventSupport<org.kie.api.event.kiescanner.KieScannerEventListener> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput arg0) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput arg0) throws IOException
- Throws:
IOException
-
-
-
-
Package org.drools.compiler.kproject
-
Class org.drools.compiler.kproject.ReleaseIdImpl extends org.appformer.maven.support.AFReleaseIdImpl implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput arg0) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput arg0) 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
-
cause
Throwable cause
-
lineNumber
int lineNumber
-
-
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.compiler.lang.descr.AccumulateDescr.AccumulateFunctionCallDescr extends Object implements Serializable
- serialVersionUID:
- 520L
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.compiler.lang.descr.GroupByDescr extends AccumulateDescr implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.compiler.lang.descr.QualifiedName extends Object implements Serializable
- serialVersionUID:
- 500964956132811301L
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.drools.compiler.lang.descr.UnitDescr extends BaseDescr implements Serializable
- serialVersionUID:
- 510L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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:
IOExceptionClassNotFoundException
-
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
-
line
int line
-
message
String message
-
-