Package | Description |
---|---|
mycompiler.myclass | |
mycompiler.myinterface | |
mycompiler.mystatement |
Modifier and Type | Class and Description |
---|---|
class |
Constructor |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
Class.getTypeInformation(java.util.Vector<Method> methodList,
java.util.Vector<Expr> fieldList) |
ConstraintsSet |
Class.TYPE(java.util.Vector<Method> methodList,
java.util.Vector<Expr> fielddeclarationList,
TypeAssumptions assumptions) |
Modifier and Type | Method and Description |
---|---|
java.util.Vector<Method> |
InterfaceBody.getMethodVektor() |
Modifier and Type | Method and Description |
---|---|
void |
InterfaceBody.setMethodVektor(java.util.Vector<Method> methodVektor) |
Modifier and Type | Method and Description |
---|---|
Method |
MethodCall.getMethodFittingMethodCallAndClassname(java.lang.String className)
hoti 4.5.06
Diese Methode l�dt die Methodeninfos einer Methode aus der Hashtable
methodsfittingmethodcall in ein Method-Objekt
anhand der angegeben klasse
|
Modifier and Type | Method and Description |
---|---|
void |
MethodCall.sc_check_uebergabe(java.util.Vector<Class> classlist,
java.util.Vector<Method> method,
boolean ext,
int paranum,
java.util.Hashtable parach,
java.util.Hashtable parabh) |
void |
MethodCall.sc_init_extended_fcts(java.util.Vector<Method> method,
java.util.Vector<Class> classlist,
java.lang.String methodname,
java.lang.String classname,
boolean ext) |