public class ControlEntryToken extends ControlToken
Modifier and Type | Class and Description |
---|---|
static class |
ControlEntryToken.ControlType |
static class |
ControlEntryToken.EntryLocation |
ControlToken.Location
Modifier and Type | Method and Description |
---|---|
static ControlEntryToken |
Enter(ControlEntryToken.EntryLocation l) |
static ControlEntryToken |
EntryToken(java.lang.String etS) |
ControlEntryToken.EntryLocation |
getLocation() |
static ControlEntryToken |
Init() |
boolean |
isEntry() |
boolean |
isExit() |
boolean |
isInit() |
boolean |
isLocation() |
boolean |
isResume() |
static ControlEntryToken |
Resume() |
java.lang.String |
toString()
Return the value of this token as a string that can be parsed
by the expression language to recover a token with the same value.
|
add, addReverse, divide, divideReverse, getType, isCloseTo, isCloseTo, isEqualTo, isNil, modulo, moduloReverse, multiply, multiplyReverse, notSupportedConversionMessage, notSupportedIncomparableConversionMessage, notSupportedIncomparableMessage, notSupportedMessage, notSupportedNullNilStringMessage, one, pow, subtract, subtractReverse, zero, zeroReturnType
public static ControlEntryToken EntryToken(java.lang.String etS)
public static ControlEntryToken Init()
public static ControlEntryToken Resume()
public static ControlEntryToken Enter(ControlEntryToken.EntryLocation l)
public boolean isEntry()
isEntry
in class ControlToken
public boolean isExit()
isExit
in class ControlToken
public boolean isInit()
public boolean isResume()
public boolean isLocation()
public ControlEntryToken.EntryLocation getLocation()
public java.lang.String toString()
Token
Token.NIL
then
return "nil"