Package | Description |
---|---|
org.onemind.jxp |
Modifier and Type | Method and Description |
---|---|
private ProcessingException |
JxpProcessor.generateProcessingException(java.lang.Throwable e,
SimpleNode node)
Throws the exception
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
JxpProcessor.assign(SimpleNode node,
java.lang.Object value)
Assign the value assignable target node to the value
|
protected Assignable |
JxpProcessor.resolveAssignmentTarget(SimpleNode node,
boolean throwException)
Resolve the assignment target.
|