Uses of Class
org.eolang.opeo.ast.Variable.Operation
-
Packages that use Variable.Operation Package Description org.eolang.opeo.ast Provides the classes necessary to create decompilation output. -
-
Uses of Variable.Operation in org.eolang.opeo.ast
Methods in org.eolang.opeo.ast that return Variable.Operation Modifier and Type Method Description static Variable.Operation
Variable.Operation. valueOf(String name)
Returns the enum constant of this type with the specified name.static Variable.Operation[]
Variable.Operation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.eolang.opeo.ast with parameters of type Variable.Operation Constructor Description Variable(org.objectweb.asm.Type type, Variable.Operation operation, int identifier)
Constructor.
-