Module org.eclipse.xtend.lib.macro
Interface MutableInterfaceDeclaration
- All Superinterfaces:
AnnotationTarget,Declaration,Element,InterfaceDeclaration,MemberDeclaration,MutableAnnotationTarget,MutableDeclaration,MutableElement,MutableMemberDeclaration,MutableNamedElement,MutableTypeDeclaration,MutableTypeParameterDeclarator,NamedElement,Type,TypeDeclaration,TypeParameterDeclarator
public interface MutableInterfaceDeclaration
extends MutableTypeParameterDeclarator, MutableTypeDeclaration, InterfaceDeclaration
- Author:
- Sven Efftinge
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetExtendedInterfaces(Iterable<? extends TypeReference> superinterfaces) voidsetStrictFloatingPoint(boolean isStrictFloatingPoint) Methods inherited from interface org.eclipse.xtend.lib.macro.declaration.AnnotationTarget
findAnnotation, getAnnotationsMethods inherited from interface org.eclipse.xtend.lib.macro.declaration.InterfaceDeclaration
getExtendedInterfaces, isStrictFloatingPointMethods inherited from interface org.eclipse.xtend.lib.macro.declaration.MemberDeclaration
getDocComment, getModifiers, getVisibility, isDeprecatedMethods inherited from interface org.eclipse.xtend.lib.macro.declaration.MutableAnnotationTarget
addAnnotation, removeAnnotationMethods inherited from interface org.eclipse.xtend.lib.macro.declaration.MutableDeclaration
markAsReadMethods inherited from interface org.eclipse.xtend.lib.macro.declaration.MutableMemberDeclaration
getDeclaringType, setDeprecated, setDocComment, setVisibilityMethods inherited from interface org.eclipse.xtend.lib.macro.declaration.MutableTypeDeclaration
addConstructor, addField, addMethod, findDeclaredConstructor, findDeclaredField, findDeclaredMethod, findDeclaredType, getDeclaredAnnotationTypes, getDeclaredClasses, getDeclaredConstructors, getDeclaredEnumerationTypes, getDeclaredFields, getDeclaredInterfaces, getDeclaredMembers, getDeclaredMethods, getDeclaredTypes, remove, setSimpleNameMethods inherited from interface org.eclipse.xtend.lib.macro.declaration.MutableTypeParameterDeclarator
addTypeParameter, getTypeParametersMethods inherited from interface org.eclipse.xtend.lib.macro.declaration.NamedElement
getCompilationUnit, getSimpleNameMethods inherited from interface org.eclipse.xtend.lib.macro.declaration.Type
getQualifiedName, isAssignableFrom
-
Method Details
-
setStrictFloatingPoint
void setStrictFloatingPoint(boolean isStrictFloatingPoint) - Parameters:
isStrictFloatingPoint-
-
setExtendedInterfaces
- Parameters:
superinterfaces- the interfaces this class implements, must be notnull- Throws:
IllegalArgumentException- ifsuperinterfacesisnullor containsnull
-