Uses of Class
net.jangaroo.jooc.model.MethodType
-
Packages that use MethodType Package Description net.jangaroo.jooc net.jangaroo.jooc.ast net.jangaroo.jooc.backend net.jangaroo.jooc.model net.jangaroo.jooc.types -
-
Uses of MethodType in net.jangaroo.jooc
Methods in net.jangaroo.jooc with parameters of type MethodType Modifier and Type Method Description FunctionSignatureAbstractScope. getFunctionSignature(MethodType methodType, Parameters params, ExpressionType returnType)FunctionSignatureScope. getFunctionSignature(MethodType methodType, Parameters params, ExpressionType returnType) -
Uses of MethodType in net.jangaroo.jooc.ast
Methods in net.jangaroo.jooc.ast that return MethodType Modifier and Type Method Description MethodTypeFunctionDeclaration. getMethodType() -
Uses of MethodType in net.jangaroo.jooc.backend
Methods in net.jangaroo.jooc.backend with parameters of type MethodType Modifier and Type Method Description protected TypedIdeDeclarationCodeGeneratorBase. findMemberWithBindableAnnotation(Ide qIde, MethodType methodType, TypeDeclaration typeDeclaration)protected static StringCodeGeneratorBase. getBindablePropertyName(MethodType methodType, TypedIdeDeclaration member)protected TypedIdeDeclarationCodeGeneratorBase. lookupPropertyDeclaration(TypeDeclaration classDeclaration, String memberName, MethodType methodType) -
Uses of MethodType in net.jangaroo.jooc.model
Methods in net.jangaroo.jooc.model that return MethodType Modifier and Type Method Description MethodTypeMethodModel. getMethodType()static MethodTypeMethodType. valueOf(String name)Returns the enum constant of this type with the specified name.static MethodType[]MethodType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.jangaroo.jooc.model with parameters of type MethodType Modifier and Type Method Description MethodModelClassModel. getMethod(boolean isStatic, MethodType methodType, String name)MethodModelClassModel. getMethod(MethodType methodType, String name)MethodModelPropertyModel. getMethod(MethodType methodType)MethodModelClassModel. getStaticMethod(MethodType methodType, String name)MethodModelCompilationUnitModelRegistry. resolveMethod(ClassModel classModel, MethodType methodType, String methodName)voidMethodModel. setMethodType(MethodType methodType)Constructors in net.jangaroo.jooc.model with parameters of type MethodType Constructor Description MethodModel(MethodType methodType, String name, String type) -
Uses of MethodType in net.jangaroo.jooc.types
Methods in net.jangaroo.jooc.types that return MethodType Modifier and Type Method Description MethodTypeFunctionSignature. getMethodType()Constructors in net.jangaroo.jooc.types with parameters of type MethodType Constructor Description FunctionSignature(TypeDeclaration functionType, MethodType methodType, int minArgumentCount, boolean hasRest, List<ExpressionType> parameterTypes, ExpressionType returnType)
-