Class StatePointImpl
java.lang.Object
net.officefloor.plugin.clazz.state.StatePointImpl
- All Implemented Interfaces:
StatePoint
StatePoint implementation.- Author:
- Daniel Sagenschneider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObtains theExecutable.intObtains the index of the parameter on theExecutable.getField()Obtains theField.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.officefloor.plugin.clazz.state.StatePoint
getAnnotatedElement, toLocation
-
Constructor Details
-
StatePointImpl
Allows extension of theStatePoint.- Parameters:
statePoint-StatePoint.
-
-
Method Details
-
getField
Description copied from interface:StatePointObtains theField.- Specified by:
getFieldin interfaceStatePoint- Returns:
Field. Will benullifExecutable.
-
getExecutable
Description copied from interface:StatePoint- Specified by:
getExecutablein interfaceStatePoint- Returns:
Executable. Will benullifField.
-
getExecutableParameterIndex
public int getExecutableParameterIndex()Description copied from interface:StatePointObtains the index of the parameter on theExecutable.- Specified by:
getExecutableParameterIndexin interfaceStatePoint- Returns:
- Index of the parameter on the
Executable.
-