Class BytecodeAttributes
- java.lang.Object
-
- org.eolang.jeo.representation.bytecode.BytecodeAttributes
-
public final class BytecodeAttributes extends Object
Bytecode attributes.- Since:
- 0.6
-
-
Constructor Summary
Constructors Constructor Description BytecodeAttributes(List<BytecodeAttribute> all)
Constructor.BytecodeAttributes(BytecodeAttribute... all)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DirectivesAttributes
directives(String name)
Convert to directives.
-
-
-
Constructor Detail
-
BytecodeAttributes
public BytecodeAttributes(BytecodeAttribute... all)
Constructor.- Parameters:
all
- All attributes.
-
BytecodeAttributes
public BytecodeAttributes(List<BytecodeAttribute> all)
Constructor.- Parameters:
all
- All attributes.
-
-
Method Detail
-
directives
public DirectivesAttributes directives(String name)
Convert to directives.- Parameters:
name
- Name of the attributes in EO representation.- Returns:
- Directives.
-
-