List of usage examples for org.eclipse.jdt.internal.compiler ClassFile subclass-usage
From source file org.codehaus.jdt.groovy.internal.compiler.ast.GroovyClassFile.java
/**
* Simple subtype of the JDT ClassFile that represents a fully built class file from groovy. It is immutable and just intended to be
* a 'holder' for bytes from groovy that are passed back to JDT.
*
* @author Andy Clement
*/
From source file org.zaluum.nide.eclipse.integration.model.ZaluumClassFile.java
/**
* Simple subtype of the JDT ClassFile that represents a fully built class file
* from groovy. It is immutable and just intended to be a 'holder' for bytes
* from groovy that are passed back to JDT.
*
* @author Andy Clement