Class BytecodeAnnotations
java.lang.Object
org.eolang.jeo.representation.bytecode.BytecodeAnnotations
Bytecode annotations.
- Since:
- 0.6
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.Constructor.Constructor. -
Method Summary
Modifier and TypeMethodDescriptionAll annotations.Directives with the name "annotations".directives
(String name) Directives with the given name.
-
Constructor Details
-
BytecodeAnnotations
Constructor.- Parameters:
all
- All annotations.
-
BytecodeAnnotations
Constructor.- Parameters:
all
- All annotations.
-
BytecodeAnnotations
Constructor.- Parameters:
all
- All annotations.
-
-
Method Details
-
annotations
All annotations.- Returns:
- Annotations.
-
directives
Directives with the given name.- Parameters:
name
- Name of the directives.- Returns:
- Directives.
-
directives
Directives with the name "annotations".- Returns:
- Directives.
-