Searched defs:executableType (Results 1 – 5 of 5) sorted by relevance
90 public static boolean isConstructorType(XExecutableType executableType) { in isConstructorType()94 public static boolean isMethodType(XExecutableType executableType) { in isMethodType()98 public static XMethodType asMethodType(XExecutableType executableType) { in asMethodType()102 public static String getKindName(XExecutableType executableType) { in getKindName()115 public static String toStableString(XExecutableType executableType) { in toStableString()
67 XMethodType executableType = method.asMemberOf(enclosing); in ofDeclaredType() local
659 val executableType = types.asMemberOf(enclosing, method) as ExecutableType in <lambda>() constant
385 private ImmutableList<XType> getTypeVariables(XExecutableType executableType) { in getTypeVariables()
259 ExecutableType executableType = (ExecutableType) types.asMemberOf(enclosing, method); in overriding() local