Uses of Class
net.sourceforge.uiq3.fx603p.Token
-
Packages that use Token Package Description net.sourceforge.uiq3.fx603p FX-603P simulation. -
-
Uses of Token in net.sourceforge.uiq3.fx603p
Methods in net.sourceforge.uiq3.fx603p that return Token Modifier and Type Method Description static @NotNull Token
Token. value(short Opcode)
get Token from op codestatic Token
Token. valueOf(String name)
Returns the enum constant of this type with the specified name.static Token[]
Token. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sourceforge.uiq3.fx603p with parameters of type Token Modifier and Type Method Description static short
Token. Memory_Opcode(@NotNull Token Base_M_Token, @NotNull Token Base_MF_Token, @NotNull String Number_Text)
Create opcode for
-