|
||||||||||
| 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.RegisterAccess
net.sf.magicproject.expression.BaseRegisterIntValue
public class BaseRegisterIntValue
Return the register value of a component without considering the modifiers.
| Constructor Summary | |
|---|---|
BaseRegisterIntValue(java.io.InputStream inputFile)
Creates a new instance of BaseRegisterIntValue Structure of InputStream : Data[size] super [RegisterAccess] |
|
| Method Summary | |
|---|---|
int |
getPreemptionValue(Ability ability,
Targetable tested)
Return the integer value of this expression exactly as it will be when the ability will be executed. |
int |
getValue(Ability ability,
Targetable tested,
ContextEventListener context)
Returns the integer value of this expression |
boolean |
isXvalue()
Is this value is X value. |
| Methods inherited from class net.sf.magicproject.expression.RegisterAccess |
|---|
canBePreempted, extractTriggeredEvents |
| 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 BaseRegisterIntValue(java.io.InputStream inputFile)
throws java.io.IOException
inputFile - file representing this object
java.io.IOException - if error occurred during the reading process from the specified
input stream| Method Detail |
|---|
public boolean isXvalue()
RegisterAccess
isXvalue in class RegisterAccess
public int getValue(Ability ability,
Targetable tested,
ContextEventListener context)
Expression
getValue in class RegisterAccessability - 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 int getPreemptionValue(Ability ability,
Targetable tested)
RegisterAccess
getPreemptionValue in class RegisterAccessability - is the ability owning this test. The card component of this
ability should correspond to the card owning this test too.tested - the tested card
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||