Class ProcessingBodyPresent

java.lang.Object
org.ek9lang.compiler.common.ProcessingBodyPresent
All Implemented Interfaces:
Predicate<EK9Parser.OperationDetailsContext>

public class ProcessingBodyPresent extends Object implements Predicate<EK9Parser.OperationDetailsContext>
Checks in the context to see if a returning variableDeclaration or a body is defined. If that is the case then there will be some processing in the function/method. Other checks will ensure that the return value (if present is set).