Uses of Interface
org.jboss.forge.roaster.model.JavaInterface
Packages that use JavaInterface
-
Uses of JavaInterface in org.jboss.forge.roaster.model
Classes in org.jboss.forge.roaster.model with type parameters of type JavaInterfaceModifier and TypeInterfaceDescriptioninterfaceJavaInterface<O extends JavaInterface<O>>Represents a Javainterfacetype.Methods in org.jboss.forge.roaster.model with parameters of type JavaInterfaceModifier and TypeMethodDescriptiondefault booleanInterfaceCapable.hasInterface(JavaInterface<?> type) -
Uses of JavaInterface in org.jboss.forge.roaster.model.source
Subinterfaces of JavaInterface in org.jboss.forge.roaster.model.sourceModifier and TypeInterfaceDescriptioninterfaceRepresents a Javainterfacesource file as an in-memory modifiable element.Methods in org.jboss.forge.roaster.model.source with parameters of type JavaInterfaceModifier and TypeMethodDescriptiondefault TInterfaceCapableSource.addInterface(JavaInterface<?> type) Implements the specifiedJavaInterfaceInterfaceCapableSource.implementInterface(JavaInterface<?> type) Implements the specifiedJavaInterfaceand import their abstract methods, if any.default TInterfaceCapableSource.removeInterface(JavaInterface<?> type) Removes the specified interface