Uses of Interface
org.jboss.forge.roaster.model.EnumConstant.ReadBody
-
Packages that use EnumConstant.ReadBody Package Description org.jboss.forge.roaster.model org.jboss.forge.roaster.model.source -
-
Uses of EnumConstant.ReadBody in org.jboss.forge.roaster.model
Classes in org.jboss.forge.roaster.model with type parameters of type EnumConstant.ReadBody Modifier and Type Interface Description static interfaceEnumConstant.ReadBody<O extends EnumConstant.ReadBody<O>>Represents the anonymous subclass "body" of aEnumConstant.Methods in org.jboss.forge.roaster.model that return EnumConstant.ReadBody Modifier and Type Method Description EnumConstant.ReadBody<?>EnumConstant. getBody()Get theEnumConstantSource.Bodyof this enum constant. -
Uses of EnumConstant.ReadBody in org.jboss.forge.roaster.model.source
Subinterfaces of EnumConstant.ReadBody in org.jboss.forge.roaster.model.source Modifier and Type Interface Description static interfaceEnumConstantSource.BodyRepresents the anonymous subclass "body" of anEnumConstantSource.
-