Package | Description |
---|---|
org.lemsml.jlems.core.codger.metaclass |
Modifier and Type | Field and Description |
---|---|
ArrayList<Method> |
MetaInterface.methods |
ArrayList<Method> |
MetaClass.methods |
Modifier and Type | Method and Description |
---|---|
Method |
MetaInterface.getMethod(String mnm) |
Method |
MetaClass.getMethod(String mnm) |
Method |
MetaInterface.newMetaMethod(String nm) |
Method |
MetaClass.newMetaMethod(String nm) |
Method |
MetaClass.newMetaMethod(VarType typ,
String nm,
String rv) |
Modifier and Type | Method and Description |
---|---|
Collection<? extends Method> |
MetaClass.getMetaMethods() |
Modifier and Type | Method and Description |
---|---|
void |
Method.addCall(Method method) |
boolean |
MetaClass.hasMethod(Method cmm) |
boolean |
Method.sameAs(Method cmm) |
Constructor and Description |
---|
LocalMethodCall(Method mm) |
MethodCallOnChild(String onm,
Method mm) |
MethodCallOnChildren(String anm,
String atnm,
Method mm) |
Copyright © 2020. All rights reserved.