Uses of Class
org.ek9lang.compiler.phase5.callgraph.CallableInfo.Builder
Packages that use CallableInfo.Builder
Package
Description
Call graph infrastructure for EK9 compiler static analysis.
-
Uses of CallableInfo.Builder in org.ek9lang.compiler.phase5.callgraph
Methods in org.ek9lang.compiler.phase5.callgraph that return CallableInfo.BuilderModifier and TypeMethodDescriptionstatic CallableInfo.BuilderCallableInfo.builder()Create a builder for fluent construction of CallableInfo.CallableInfo.Builder.containsAssertion(boolean hasAssertion) CallableInfo.Builder.fullyQualifiedName(String name) CallableInfo.Builder.isProgram(boolean program) CallableInfo.Builder.isPure(boolean pure) CallableInfo.Builder.isTestEntry(boolean testEntry) CallableInfo.Builder.moduleName(String name) CallableInfo.Builder.sourceToken(IToken token)