Uses of Class
org.eolang.jeo.representation.bytecode.BytecodeAnnotationProperty
-
Packages that use BytecodeAnnotationProperty Package Description org.eolang.jeo.representation.bytecode Contains classes for generating bytecode in the form of Java classes.org.eolang.jeo.representation.xmir Package for reading XMIR files and converting them into bytecode. -
-
Uses of BytecodeAnnotationProperty in org.eolang.jeo.representation.bytecode
Methods in org.eolang.jeo.representation.bytecode that return BytecodeAnnotationProperty Modifier and Type Method Description static BytecodeAnnotationProperty
BytecodeAnnotationProperty. byType(String type, List<Object> params)
Factory method for property by type.Constructors in org.eolang.jeo.representation.bytecode with parameters of type BytecodeAnnotationProperty Constructor Description BytecodeDefaultValue(BytecodeAnnotationProperty property)
Constructor.Constructor parameters in org.eolang.jeo.representation.bytecode with type arguments of type BytecodeAnnotationProperty Constructor Description BytecodeAnnotation(String descriptor, boolean visible, List<BytecodeAnnotationProperty> properties)
Constructor. -
Uses of BytecodeAnnotationProperty in org.eolang.jeo.representation.xmir
Methods in org.eolang.jeo.representation.xmir that return BytecodeAnnotationProperty Modifier and Type Method Description BytecodeAnnotationProperty
XmlAnnotationProperty. toBytecode()
Transform to bytecode.Methods in org.eolang.jeo.representation.xmir that return types with arguments of type BytecodeAnnotationProperty Modifier and Type Method Description List<BytecodeAnnotationProperty>
XmlAnnotation. props()
Annotation properties.
-