Sign in
eclipse
/
egf
/
org.eclipse.emf.egf
/
refs/tags/Release_1.4.1
/
.
/
plugins
/
org.eclipse.egf.pattern.jet
/
templates
/
generator.skeleton
blob: 6d2cbfc5f2b29816f35047027e350ca895a6646f [
file
] [
log
] [
blame
]
public
class
CLASS
{
public
CLASS
()
{
//Here is the constructor
}
public
String
generate
(
Object
argument
)
throws
Exception
{
return
""
;
}
}