[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.dltk] Ruby module in DLTK

I am writing some code that looks at the Ruby ITypes within an 
ISourceModule. I guess it makes makes (but is a little confusing) that a 
Ruby module becomes an IType, but is there any way to easily distinguish 
Ruby modules from Ruby classes?

Another issue I have is that IScriptProject.findType(String, 
IProgressMonitor) does not find the above Ruby module when I use 
IType.getFullyQualifiedName() as the first parameters. What am I doing 
wrong?

Thanks, Felix