Uses of Class
org.eolang.jeo.representation.bytecode.BytecodeClassProperties
-
Packages that use BytecodeClassProperties Package Description org.eolang.jeo.representation.bytecode Contains classes for generating bytecode in the form of Java classes. -
-
Uses of BytecodeClassProperties in org.eolang.jeo.representation.bytecode
Methods in org.eolang.jeo.representation.bytecode that return BytecodeClassProperties Modifier and Type Method Description BytecodeClassProperties
BytecodeClass. properties()
Properties.Constructors in org.eolang.jeo.representation.bytecode with parameters of type BytecodeClassProperties Constructor Description BytecodeClass(String name, List<BytecodeMethod> methods, BytecodeClassProperties properties)
Constructor.BytecodeClass(String name, BytecodeClassProperties properties)
Constructor.BytecodeClass(ClassName name, List<BytecodeMethod> methods, List<BytecodeField> fields, BytecodeAnnotations annotations, BytecodeAttributes attributes, BytecodeClassProperties props)
Constructor.
-