| java.lang.Object org.drools.eclipse.core.DroolsElement
All known Subclasses: org.drools.eclipse.core.RuleAttribute, org.drools.eclipse.core.Import, org.drools.eclipse.core.Query, org.drools.eclipse.core.Package, org.drools.eclipse.core.Function, org.drools.eclipse.core.Template, org.drools.eclipse.core.Global, org.drools.eclipse.core.Rule, org.drools.eclipse.core.Expander, org.drools.eclipse.core.RuleSet,
DroolsElement | abstract public class DroolsElement (Code) | | This represents a drools model element. It is linked to its direct
parents and its children. If relevant, Drools model elements refer
to the file they are defined in and the offset and length of that
element in the file.
author: kris verlaenen |
EXPANDER | final public static int EXPANDER(Code) | | |
FUNCTION | final public static int FUNCTION(Code) | | |
GLOBAL | final public static int GLOBAL(Code) | | |
IMPORT | final public static int IMPORT(Code) | | |
PACKAGE | final public static int PACKAGE(Code) | | |
QUERY | final public static int QUERY(Code) | | |
RULE | final public static int RULE(Code) | | |
RULESET | final public static int RULESET(Code) | | |
RULE_ATTRIBUTE | final public static int RULE_ATTRIBUTE(Code) | | |
TEMPLATE | final public static int TEMPLATE(Code) | | |
getFile | public IFile getFile()(Code) | | |
getLength | public int getLength()(Code) | | |
getOffset | public int getOffset()(Code) | | |
getType | abstract public int getType()(Code) | | |
setFile | void setFile(IFile file, int offset, int length)(Code) | | |
|
|