|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.magicproject.expression.Expression
net.sf.magicproject.expression.UnaryExpression
public class UnaryExpression
| Constructor Summary | |
|---|---|
UnaryExpression(java.io.InputStream inputFile,
Operation op)
Create a new instance of this class. |
|
UnaryExpression(Operation op,
Expression expr)
Creates a new instance of UnaryExpression |
|
| Method Summary | |
|---|---|
boolean |
canBePreempted()
Return true if the associated value can be evaluated without ability context. |
void |
extractTriggeredEvents(java.util.List<MEventListener> res,
MCard source,
Test globalTest)
Adds to the specified list, the events modifying the result of this test. |
int |
getValue(Ability ability,
Targetable tested,
ContextEventListener context)
Returns the integer value of this expression |
| Methods inherited from class net.sf.magicproject.expression.Expression |
|---|
getConstraintExpression, getObject, getObjectClass, getPreemptionValue, isConstant |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UnaryExpression(Operation op,
Expression expr)
op - the operation used by this expression.expr - the expression used for this expression
public UnaryExpression(java.io.InputStream inputFile,
Operation op)
throws java.io.IOException
inputFile - file containing this actionop - optional operation.
java.io.IOException - if error occurred during the reading process from the specified
input stream| Method Detail |
|---|
public int getValue(Ability ability,
Targetable tested,
ContextEventListener context)
Expression
getValue in class Expressionability - is the ability owning this test. The card component of this
ability should correspond to the card owning this test too.tested - the tested cardcontext - is the context attached to this test.
public void extractTriggeredEvents(java.util.List<MEventListener> res,
MCard source,
Test globalTest)
Expression
extractTriggeredEvents in class Expressionres - is the list of events to fillsource - is the card source of eventglobalTest - the optional global test to include in the event test.public boolean canBePreempted()
Expression
canBePreempted in class Expression
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||