Uses of Class
mycompiler.mytypereconstruction.CTypeReconstructionResult

Packages that use CTypeReconstructionResult
mycompiler   
mycompiler.myclass   
mycompiler.mytypereconstruction   
 

Uses of CTypeReconstructionResult in mycompiler
 

Methods in mycompiler that return types with arguments of type CTypeReconstructionResult
 de.dhbwstuttgart.typeinference.Menge<CTypeReconstructionResult> SourceFile.typeReconstruction()
          Tyrekonstruktionsalgorithmus: ruft f�r jede Klasse den Algorithmus TRProg auf.
 de.dhbwstuttgart.typeinference.Menge<CTypeReconstructionResult> MyCompilerAPI.typeReconstruction()
          Author: J�rg B�uerle
Ruft den Typrekonstruktionsalgorithmus auf.
 de.dhbwstuttgart.typeinference.Menge<CTypeReconstructionResult> MyCompiler.typeReconstruction()
          Author: J�rg B�uerle
Ruft den Typrekonstruktionsalgorithmus auf.
 

Uses of CTypeReconstructionResult in mycompiler.myclass
 

Methods in mycompiler.myclass that return types with arguments of type CTypeReconstructionResult
 de.dhbwstuttgart.typeinference.Menge<CTypeReconstructionResult> Class.TRProg(CSupportData supportData)
          Ausgangspunkt f�r den Typrekonstruktionsalgorithmus.
 

Uses of CTypeReconstructionResult in mycompiler.mytypereconstruction
 

Methods in mycompiler.mytypereconstruction that return CTypeReconstructionResult
 CTypeReconstructionResult CTypeReconstructionResult.shallowCopy()
           
 

Methods in mycompiler.mytypereconstruction that return types with arguments of type CTypeReconstructionResult
 de.dhbwstuttgart.typeinference.Menge<CTypeReconstructionResult> CSupportData.getA()
           
 

Method parameters in mycompiler.mytypereconstruction with type arguments of type CTypeReconstructionResult
 void CSupportData.setA(de.dhbwstuttgart.typeinference.Menge<CTypeReconstructionResult> A)
           
 

Constructor parameters in mycompiler.mytypereconstruction with type arguments of type CTypeReconstructionResult
CSupportData(FC_TTO finiteClosure, de.dhbwstuttgart.typeinference.Menge<CTypeReconstructionResult> A, java.lang.String currentClass)
           
CSupportData(FC_TTO finiteClosure, de.dhbwstuttgart.typeinference.Menge<CTypeReconstructionResult> A, java.lang.String currentClass, java.lang.String currentMethod, int currentMethodParaCount, de.dhbwstuttgart.typeinference.Menge<java.lang.Integer> blockIdList, int blockDepth)