Uses of Class
net.jangaroo.jooc.types.ExpressionType
-
Packages that use ExpressionType Package Description net.jangaroo.jooc net.jangaroo.jooc.ast net.jangaroo.jooc.types -
-
Uses of ExpressionType in net.jangaroo.jooc
Methods in net.jangaroo.jooc that return ExpressionType Modifier and Type Method Description ExpressionTypeAbstractScope. getExpressionType(IdeDeclaration declaration)ExpressionTypeAbstractScope. getExpressionType(TypeRelation typeRelation)ExpressionTypeAbstractScope. getExpressionType(net.jangaroo.utils.AS3Type as3Type)ExpressionTypeScope. getExpressionType(IdeDeclaration declaration)ExpressionTypeScope. getExpressionType(TypeRelation typeRelation)ExpressionTypeScope. getExpressionType(net.jangaroo.utils.AS3Type as3Type)Methods in net.jangaroo.jooc with parameters of type ExpressionType Modifier and Type Method Description FunctionSignatureAbstractScope. getFunctionSignature(MethodType methodType, Parameters params, ExpressionType returnType)FunctionSignatureScope. getFunctionSignature(MethodType methodType, Parameters params, ExpressionType returnType) -
Uses of ExpressionType in net.jangaroo.jooc.ast
Methods in net.jangaroo.jooc.ast that return ExpressionType Modifier and Type Method Description ExpressionTypeExpr. getType()ExpressionTypeIdeDeclaration. getType()ExpressionTypeIdeExpr. getType()ExpressionTypeTypedIdeDeclaration. getType()Methods in net.jangaroo.jooc.ast with parameters of type ExpressionType Modifier and Type Method Description voidExpr. setType(ExpressionType type) -
Uses of ExpressionType in net.jangaroo.jooc.types
Subclasses of ExpressionType in net.jangaroo.jooc.types Modifier and Type Class Description classFunctionSignatureA special expression type for functions / methods.Methods in net.jangaroo.jooc.types that return ExpressionType Modifier and Type Method Description ExpressionTypeExpressionType. getEvalType()ExpressionTypeFunctionSignature. getEvalType()ExpressionTypeExpressionType. getTypeParameter()Methods in net.jangaroo.jooc.types that return types with arguments of type ExpressionType Modifier and Type Method Description List<ExpressionType>FunctionSignature. getParameterTypes()Methods in net.jangaroo.jooc.types with parameters of type ExpressionType Modifier and Type Method Description booleanExpressionType. isAssignableTo(ExpressionType toCheck)Return whether the given expression type is more general than this expression type, so that anything of this expression type could be assigned to a variable of the given expression type.static StringExpressionType. toString(ExpressionType type)Constructors in net.jangaroo.jooc.types with parameters of type ExpressionType Constructor Description ExpressionType(TypeDeclaration declaration, ExpressionType typeParameter)FunctionSignature(TypeDeclaration functionType, MethodType methodType, int minArgumentCount, boolean hasRest, List<ExpressionType> parameterTypes, ExpressionType returnType)Constructor parameters in net.jangaroo.jooc.types with type arguments of type ExpressionType Constructor Description FunctionSignature(TypeDeclaration functionType, MethodType methodType, int minArgumentCount, boolean hasRest, List<ExpressionType> parameterTypes, ExpressionType returnType)
-