JavaCompilerCore/src/mycompiler/myclass/ExceptionList.java
2013-10-18 13:33:46 +02:00

36 lines
695 B
Java
Executable File

// ino.module.ExceptionList.8559.package
package mycompiler.myclass;
// ino.end
// ino.module.ExceptionList.8559.import
import java.util.Vector;
import mycompiler.mytype.RefType;
// ino.end
// ino.class.ExceptionList.23358.declaration
public class ExceptionList
// ino.end
// ino.class.ExceptionList.23358.body
{
// ino.attribute.reftype.23361.declaration
private Vector<RefType> reftype = new Vector<RefType>();
// ino.end
// ino.method.set_addElem.23364.definition
public void set_addElem(RefType rety)
// ino.end
// ino.method.set_addElem.23364.body
{
reftype.addElement(rety);
}
// ino.end
}
// ino.end