Uses of Class
liquidjava.rj_language.parsing.ParsingException
Packages that use ParsingException
Package
Description
-
Uses of ParsingException in liquidjava.processor.context
Methods in liquidjava.processor.context that throw ParsingExceptionModifier and TypeMethodDescriptionAliasWrapper.getPremises(List<String> list, List<String> newNames, spoon.reflect.declaration.CtElement elem, ErrorEmitter ee) -
Uses of ParsingException in liquidjava.processor.facade
Methods in liquidjava.processor.facade that throw ParsingException -
Uses of ParsingException in liquidjava.processor.refinement_checker
Methods in liquidjava.processor.refinement_checker that throw ParsingExceptionModifier and TypeMethodDescriptionvoidTypeChecker.checkVariableRefinements(Predicate refinementFound, String simpleName, spoon.reflect.reference.CtTypeReference<?> type, spoon.reflect.declaration.CtElement usage, spoon.reflect.declaration.CtElement variable) TypeChecker.getRefinementFromAnnotation(spoon.reflect.declaration.CtElement element) -
Uses of ParsingException in liquidjava.processor.refinement_checker.general_checkers
Methods in liquidjava.processor.refinement_checker.general_checkers that throw ParsingExceptionModifier and TypeMethodDescription<T> voidOperationsChecker.getBinaryOpRefinements(spoon.reflect.code.CtBinaryOperator<T> operator) Finds and adds refinement metadata to the binary operationvoidMethodsFunctionsChecker.getConstructorRefinements(spoon.reflect.declaration.CtConstructor<?> c) <R> voidMethodsFunctionsChecker.getMethodRefinements(spoon.reflect.declaration.CtMethod<R> method) <R> voidMethodsFunctionsChecker.getMethodRefinements(spoon.reflect.declaration.CtMethod<R> method, String prefix) <T> voidOperationsChecker.getUnaryOpRefinements(spoon.reflect.code.CtUnaryOperator<T> operator) Finds and adds refinement metadata to the unary operation -
Uses of ParsingException in liquidjava.processor.refinement_checker.object_checkers
Methods in liquidjava.processor.refinement_checker.object_checkers that throw ParsingExceptionModifier and TypeMethodDescriptionstatic voidAuxStateHandler.handleConstructorState(spoon.reflect.declaration.CtConstructor<?> c, RefinedFunction f, TypeChecker tc) Handles the passage of the written state annotations to the context for Constructorsstatic voidAuxStateHandler.handleMethodState(spoon.reflect.declaration.CtMethod<?> method, RefinedFunction f, TypeChecker tc, String prefix) Handles the passage of the written state annotations to the context for regular Methods -
Uses of ParsingException in liquidjava.rj_language
Methods in liquidjava.rj_language that throw ParsingExceptionModifier and TypeMethodDescriptionstatic BuiltinFunctionPredicateBuiltinFunctionPredicate.builtin_addToIndex(String array, String index, String value, spoon.reflect.declaration.CtElement elem, ErrorEmitter ee) static BuiltinFunctionPredicateBuiltinFunctionPredicate.builtin_length(String param, spoon.reflect.declaration.CtElement elem, ErrorEmitter ee) protected ExpressionPredicate.parse(String ref, spoon.reflect.declaration.CtElement element, ErrorEmitter e) Constructors in liquidjava.rj_language that throw ParsingExceptionModifierConstructorDescriptionBuiltinFunctionPredicate(ErrorEmitter ee, spoon.reflect.declaration.CtElement elem, String functionName, String... params) Predicate(String ref, spoon.reflect.declaration.CtElement element, ErrorEmitter e) Create a new predicate with a refinementPredicate(String ref, spoon.reflect.declaration.CtElement element, ErrorEmitter e, String prefix) Create a new predicate with a refinement and a given prefix for the class -
Uses of ParsingException in liquidjava.rj_language.parsing
Methods in liquidjava.rj_language.parsing that throw ParsingExceptionModifier and TypeMethodDescriptionstatic Expressionstatic AliasDTORefinementsParser.getAliasDeclaration(String s) static GhostDTORefinementsParser.getGhostDeclaration(String s) The triple information of the ghost declaration in the order invalid input: '<'type, name, listinvalid input: '<'type,name>>