Uses of Interface
org.jboss.forge.roaster.model.JavaInterface
-
Packages that use JavaInterface Package Description org.jboss.forge.roaster.model org.jboss.forge.roaster.model.source -
-
Uses of JavaInterface in org.jboss.forge.roaster.model
Classes in org.jboss.forge.roaster.model with type parameters of type JavaInterface Modifier and Type Interface Description interfaceJavaInterface<O extends JavaInterface<O>>Represents a Javainterfacetype.Methods in org.jboss.forge.roaster.model with parameters of type JavaInterface Modifier and Type Method Description booleanInterfaceCapable. hasInterface(JavaInterface<?> type) -
Uses of JavaInterface in org.jboss.forge.roaster.model.source
Subinterfaces of JavaInterface in org.jboss.forge.roaster.model.source Modifier and Type Interface Description interfaceJavaInterfaceSourceRepresents a Javainterfacesource file as an in-memory modifiable element.Methods in org.jboss.forge.roaster.model.source with parameters of type JavaInterface Modifier and Type Method Description TInterfaceCapableSource. addInterface(JavaInterface<?> type)Implements the specifiedJavaInterfaceTInterfaceCapableSource. implementInterface(JavaInterface<?> type)Implements the specifiedJavaInterfaceand import their abstract methods, if any.TInterfaceCapableSource. removeInterface(JavaInterface<?> type)Removes the specified interface
-