Class BytecodeAttributes
java.lang.Object
org.eolang.jeo.representation.bytecode.BytecodeAttributes
Bytecode attributes.
- Since:
- 0.6
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIterable<org.xembly.Directive>
directives
(String name) Convert to directives.
-
Constructor Details
-
BytecodeAttributes
Constructor.- Parameters:
all
- All attributes.
-
-
Method Details
-
directives
Convert to directives.- Parameters:
name
- Name of the attributes in EO representation.- Returns:
- Directives.
-