Uses of Class
eu.bandm.tools.tpath.type.Type.XPathType
Packages that use Type.XPathType
Package
Description
Infrastructure for evaluating tpath expressions.
Type checking for tpath expressions.
-
Uses of Type.XPathType in eu.bandm.tools.tpath.runtime
Fields in eu.bandm.tools.tpath.runtime declared as Type.XPathTypeModifier and TypeFieldDescriptionstatic final Type.XPathTypeFunctionLibrary.boolstatic final Type.XPathTypeFunctionLibrary.numberstatic final Type.XPathTypeFunctionLibrary.stringFields in eu.bandm.tools.tpath.runtime with type parameters of type Type.XPathTypeModifier and TypeFieldDescriptionstatic final Predicate<Type.XPathType> FunctionLibrary.asBooleanstatic final Predicate<Type.XPathType> FunctionLibrary.asNodeSetstatic final Predicate<Type.XPathType> FunctionLibrary.asNumberstatic final Predicate<Type.XPathType> FunctionLibrary.asObjectstatic final Predicate<Type.XPathType> FunctionLibrary.asStringMethods in eu.bandm.tools.tpath.runtime with parameters of type Type.XPathTypeModifier and TypeMethodDescriptionprotected BuiltinFunctionSignatureFunctionLibrary.T(String localName, Type.XPathType range) -
Uses of Type.XPathType in eu.bandm.tools.tpath.type
Subclasses of Type.XPathType in eu.bandm.tools.tpath.typeModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classMethods in eu.bandm.tools.tpath.type with type parameters of type Type.XPathTypeModifier and TypeMethodDescriptionprotected <T extends Type.XPathType>
TType.Rewriter.breakLoop(T e0) Methods in eu.bandm.tools.tpath.type that return Type.XPathTypeModifier and TypeMethodDescriptionType.XPathType.doclone()BuiltinFunctionSignature.getRange(List<? extends Type.XPathType> argtypes) FunctionSignature.getRange(List<? extends Type.XPathType> argtypes) What is the result type for that sequence of argument types?TypeInference.infer(TPath.Expr expr, Function<String, String> namespaceMappings, Function<NamespaceName, Type.XPathProperType> variables) Copies values of all common fields from the argument.Methods in eu.bandm.tools.tpath.type with parameters of type Type.XPathTypeModifier and TypeMethodDescriptionprotected voidType.__Formatter.action(Type.XPathType el) protected voidType.MATCH_ONLY_00.action(Type.XPathType e0) protected voidType.Rewriter.action(Type.XPathType e0) voidType.MATCH_ONLY_00.match(Type.XPathType e0) protected voidType.Rewriter.rewriteFields(Type.XPathType clone) protected FormatType.__Formatter.toFormat(Type.XPathType el) Method parameters in eu.bandm.tools.tpath.type with type arguments of type Type.XPathTypeModifier and TypeMethodDescriptionBuiltinFunctionSignature.addArgument(Class<? extends Type.XPathType> type) BuiltinFunctionSignature.addArgument(Predicate<? super Type.XPathType> type) BuiltinFunctionSignature.addArgumentOptional(Class<? extends Type.XPathType> type) BuiltinFunctionSignature.addArgumentOptional(Predicate<? super Type.XPathType> type) BuiltinFunctionSignature.addArgumentPlus(Class<? extends Type.XPathType> type) BuiltinFunctionSignature.addArgumentPlus(Predicate<? super Type.XPathType> type) BuiltinFunctionSignature.addArgumentStar(Class<? extends Type.XPathType> type) BuiltinFunctionSignature.addArgumentStar(Predicate<? super Type.XPathType> type) BuiltinFunctionSignature.checkDomain(List<? extends Type.XPathType> argtypes) FunctionSignature.checkDomain(List<? extends Type.XPathType> argtypes) Is there an overloaded version with that sequence of argument types?BuiltinFunctionSignature.getRange(List<? extends Type.XPathType> argtypes) FunctionSignature.getRange(List<? extends Type.XPathType> argtypes) What is the result type for that sequence of argument types?Constructors in eu.bandm.tools.tpath.type with parameters of type Type.XPathTypeModifierConstructorDescriptionBuiltinFunctionSignature(Type.XPathType range, NamespaceName name) BuiltinFunctionSignature(Type.XPathType range, String name)