public interface RunRequiredFirstPass_ifc
Modifier and Type | Method and Description |
---|---|
org.vishia.java2C.ClassData |
runRequestedFirstPass(JavaSrcTreeFile javaSrc,
java.lang.String sClassName)
searches a file and build the ClassData parsing and converting the file.
|
org.vishia.java2C.ClassData runRequestedFirstPass(JavaSrcTreeFile javaSrc, java.lang.String sClassName) throws java.io.FileNotFoundException, java.lang.IllegalArgumentException, java.io.IOException, java.lang.IllegalAccessException, java.lang.InstantiationException, java.text.ParseException
sClassName
- The name of the type in Java. The filename should be the same.
The file is searched in any package given as input parameter calling java2C.Java2C_Main#userTypes
.java.text.ParseException
java.io.FileNotFoundException
java.lang.IllegalArgumentException
java.io.IOException
java.lang.IllegalAccessException
java.lang.InstantiationException