Uses of Class
mycompiler.myexception.SCException

Packages that use SCException
mycompiler   
mycompiler.mytype   
mycompiler.mytypereconstruction.unify   
 

Uses of SCException in mycompiler
 

Methods in mycompiler that throw SCException
 void SourceFile.sc_check(boolean ext)
           
 void MyCompilerAPI.semanticCheck()
          Author: J�rg B�uerle
Ruft den Semantik-Check ohne Typrekonstruktion auf.
 void MyCompiler.semanticCheck()
          Author: J�rg B�uerle
Ruft �ber SourceFile.sc_check(false) den alten Semantik-Check ohne Typrekonstruktion auf.
 

Uses of SCException in mycompiler.mytype
 

Methods in mycompiler.mytype that throw SCException
 java.lang.String RefType.getParaN(int n)
           
 

Uses of SCException in mycompiler.mytypereconstruction.unify
 

Methods in mycompiler.mytypereconstruction.unify that throw SCException
static int Unify.pi(int n, java.lang.String C, java.lang.String D, de.dhbwstuttgart.typeinference.Menge tto)