Class GeneratedMethodsRegistry
- java.lang.Object
-
- de.mirkosertic.bytecoder.core.backend.GeneratedMethodsRegistry
-
public class GeneratedMethodsRegistry extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<GeneratedMethod>
methods
-
Constructor Summary
Constructors Constructor Description GeneratedMethodsRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<GeneratedMethod>
getMethods()
int
register(GeneratedMethod m)
-
-
-
Field Detail
-
methods
private final java.util.List<GeneratedMethod> methods
-
-
Method Detail
-
register
public int register(GeneratedMethod m)
-
getMethods
public java.util.List<GeneratedMethod> getMethods()
-
-