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, zeroReturnTypepublic 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 ControlTokenpublic boolean isExit()
isExit in class ControlTokenpublic boolean isInit()
public boolean isResume()
public boolean isLocation()
public ControlEntryToken.EntryLocation getLocation()
public java.lang.String toString()
TokenToken.NIL then
return "nil"