Uses of Interface
org.eolang.opeo.ast.Xmir
-
Packages that use Xmir Package Description org.eolang.opeo.ast Provides the classes necessary to create decompilation output. -
-
Uses of Xmir in org.eolang.opeo.ast
Subinterfaces of Xmir in org.eolang.opeo.ast Modifier and Type Interface Description interface
AstNode
Abstract syntax tree node.Classes in org.eolang.opeo.ast that implement Xmir Modifier and Type Class Description class
Add
Add output node.class
ArrayConstructor
Array constructor.class
Cast
Cast node.class
ClassField
Access to a static field.class
Constructor
Constructor output node.class
Field
Access to a field.class
FieldAssignment
Field assignment.class
FieldRetrieval
Field retrieval.class
InterfaceInvocation
Interface invocation.class
Invocation
Invocation output node.class
Label
Label ast node.class
Literal
Literal output.class
LocalVariable
A local variable.class
Mul
Multiplication.class
Opcode
Opcode output node.class
Owner
Owner.class
Reference
Object reference in the stack.class
Root
Root node.class
StaticInvocation
Static invocation ast node.class
StoreArray
Store array element.class
Substraction
Substraction output node.class
Super
Super output node.class
This
This output node.class
VariableAssignment
Variable assignment.
-