Uses of Interface
net.officefloor.plugin.clazz.state.StatePoint
Packages that use StatePoint
Package
Description
-
Uses of StatePoint in net.officefloor.plugin.clazz.dependency
Subinterfaces of StatePoint in net.officefloor.plugin.clazz.dependency -
Uses of StatePoint in net.officefloor.plugin.clazz.qualifier
Subinterfaces of StatePoint in net.officefloor.plugin.clazz.qualifierClasses in net.officefloor.plugin.clazz.qualifier that implement StatePointMethods in net.officefloor.plugin.clazz.qualifier with parameters of type StatePointModifier and TypeMethodDescriptionTypeQualifierInterrogation.extractTypeQualifier(StatePoint statePoint) Extracts the possible type qualifier. -
Uses of StatePoint in net.officefloor.plugin.clazz.state
Classes in net.officefloor.plugin.clazz.state that implement StatePointMethods in net.officefloor.plugin.clazz.state that return StatePointModifier and TypeMethodDescriptionstatic StatePointStatePoint.of(Executable executable, int parameterIndex) static StatePointCreatesStatePointfor aField.Methods in net.officefloor.plugin.clazz.state with parameters of type StatePointModifier and TypeMethodDescriptionstatic StringStatePoint.toLocation(StatePoint statePoint) Obtains the location of theStatePoint.Constructors in net.officefloor.plugin.clazz.state with parameters of type StatePointModifierConstructorDescriptionStatePointImpl(StatePoint statePoint) Allows extension of theStatePoint. -
Uses of StatePoint in net.officefloor.test
Methods in net.officefloor.test with parameters of type StatePointModifier and TypeMethodDescriptionprotected ObjectAbstractOfficeFloorJUnit.getDependency(FromOffice fromOffice, StatePoint statePoint) Obtains the qualifier for theStatePoint.protected booleanAbstractOfficeFloorJUnit.isDependencyAvailable(FromOffice fromOffice, StatePoint statePoint) Determines if the dependency is available.