Uses of Record Class
org.ek9lang.compiler.symbolic.FunctionSummary.RequirePredicate
Packages that use FunctionSummary.RequirePredicate
-
Uses of FunctionSummary.RequirePredicate in org.ek9lang.compiler.symbolic
Methods in org.ek9lang.compiler.symbolic that return types with arguments of type FunctionSummary.RequirePredicateModifier and TypeMethodDescriptionRequirePredicateReader.read(org.antlr.v4.runtime.tree.ParseTree constructCtx, List<ISymbol> callParameters, ParsedModule module) Read every modellablerequireprecondition inconstructCtx.FunctionSummary.requires()Returns the value of therequiresrecord component.Constructor parameters in org.ek9lang.compiler.symbolic with type arguments of type FunctionSummary.RequirePredicateModifierConstructorDescriptionFunctionSummary(List<FunctionSummary.RequirePredicate> requires) Creates an instance of aFunctionSummaryrecord class.