- All Implemented Interfaces:
AstNode
, Typed
, Xmir
Popped.
This node represents a node that is popped from the stack.
- Since:
- 0.2
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Popped
Constructor.
- Parameters:
node
- The popped node.
-
Method Details
-
opcodes
Description copied from interface: AstNode
Bytecode instructions.
- Specified by:
opcodes
in interface AstNode
- Returns:
- List of opcodes.
-
toXmir
public Iterable<org.xembly.Directive> toXmir()
Description copied from interface: Xmir
Convert node to XMIR.
- Specified by:
toXmir
in interface Xmir
- Returns:
- XMIR XML.
-
type
public org.objectweb.asm.Type type()
Description copied from interface: Typed
Node type.
- Specified by:
type
in interface Typed
- Returns:
- Type.