Controller
getActions
@FController
Returns all actions of a controller from the entire inheritance hierarchy.
Return:
List<ControllerActions>
getAlwaysAfterFunctions
@FController
Return:
List<Function>
getAlwaysBeforeFunctions
@FController
Return:
List<Function>
getChildren
@FController
Returns all child controllers of the entire inheritance hierarchy.
Return:
List<AbstractChild>
getInitFunctions
@FController
Return:
List<Function>
getInputOutputSpecifications
@FController
Return:
List<AInputOutputSpecification>
Parameters:
inputOutput : InputOutput
typePathLiteral : TypePathLiteral
getNotExistBehavoiurFunctions
@FController
Return:
List<Function>
getSpecifications
@FController
returns all specifications
including specifications of array objects with empty array indices
Return:
List<ASpecification>
Parameters:
interfaceData : AInterfaceData
typePathLiteral : TypePathLiteral
getSpecificationsStruct
@FController
returns all specifications
including specifications of struct
Return:
List<ASpecification>
Parameters:
interfaceData : AInterfaceData
typePathLiteral : TypePathLiteral