Interface AbstractableSource<T>
-
- All Superinterfaces:
Abstractable
- All Known Subinterfaces:
JavaClassSource,MethodSource<O>
public interface AbstractableSource<T> extends Abstractable
Represents a Java source element that may be declaredabstract.- Author:
- Lincoln Baxter, III
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TsetAbstract(boolean abstrct)-
Methods inherited from interface org.jboss.forge.roaster.model.Abstractable
isAbstract
-
-
-
-
Method Detail
-
setAbstract
T setAbstract(boolean abstrct)
-
-