public class LEInst
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
LEInst.Type
Type is a typesafe enum class that describes the type of Instance this is
|
Modifier and Type | Field and Description |
---|---|
static Variable.Key |
ATTR_LEGATE |
static Variable.Key |
ATTR_LEIGNORE |
static Variable.Key |
ATTR_LEKEEPER |
static Variable.Key |
ATTR_LESETTINGS |
static Variable.Key |
ATTR_LEWIRE |
Constructor and Description |
---|
LEInst() |
Modifier and Type | Method and Description |
---|---|
static LEInst.Type |
getType(Nodable no,
VarContext context)
Get the LENodable type of this Nodable.
|
public static final Variable.Key ATTR_LEGATE
public static final Variable.Key ATTR_LEKEEPER
public static final Variable.Key ATTR_LEWIRE
public static final Variable.Key ATTR_LESETTINGS
public static final Variable.Key ATTR_LEIGNORE
public static LEInst.Type getType(Nodable no, VarContext context)
no
- the Nodable to examinecontext
- the current VarContext