Uses of Class
liquidjava.processor.context.PlacementInCode
Packages that use PlacementInCode
-
Uses of PlacementInCode in liquidjava.diagnostics
Methods in liquidjava.diagnostics that return types with arguments of type PlacementInCodeMethod parameters in liquidjava.diagnostics with type arguments of type PlacementInCodeModifier and TypeMethodDescriptionvoidErrorEmitter.addError(String titleMessage, String msg, spoon.reflect.cu.SourcePosition p, int errorStatus, HashMap<String, PlacementInCode> map) static <T> voidErrorHandler.printError(spoon.reflect.declaration.CtElement var, String moreInfo, Predicate expectedType, Predicate cSMT, HashMap<String, PlacementInCode> map, ErrorEmitter ee) static <T> voidErrorHandler.printError(spoon.reflect.declaration.CtElement var, Predicate expectedType, Predicate cSMT, HashMap<String, PlacementInCode> map, ErrorEmitter ee) Prints the error messagestatic <T> voidErrorHandler.printErrorArgs(spoon.reflect.declaration.CtElement var, Predicate expectedType, String msg, HashMap<String, PlacementInCode> map, ErrorEmitter ee) static voidErrorHandler.printErrorTypeMismatch(spoon.reflect.declaration.CtElement element, Predicate expectedType, String message, HashMap<String, PlacementInCode> map, ErrorEmitter ee) static <T> voidErrorHandler.printErrorUnknownVariable(spoon.reflect.declaration.CtElement var, String et, String correctRefinement, HashMap<String, PlacementInCode> map, ErrorEmitter ee) static <T> voidErrorHandler.printNotFound(spoon.reflect.declaration.CtElement var, Predicate constraint, Predicate constraint2, String msg, HashMap<String, PlacementInCode> map, ErrorEmitter ee) static voidErrorHandler.printSameStateSetError(spoon.reflect.declaration.CtElement element, Predicate p, String name, HashMap<String, PlacementInCode> map, ErrorEmitter ee) static voidErrorHandler.printStateMismatch(spoon.reflect.declaration.CtElement element, String method, VCImplication constraintForErrorMsg, String states, HashMap<String, PlacementInCode> map, ErrorEmitter ee) voidLJDiagnostics.setTranslationMap(HashMap<String, PlacementInCode> map) -
Uses of PlacementInCode in liquidjava.processor.context
Methods in liquidjava.processor.context that return PlacementInCodeModifier and TypeMethodDescriptionstatic PlacementInCodePlacementInCode.createPlacement(spoon.reflect.declaration.CtElement elem) RefinedVariable.getPlacementInCode()Methods in liquidjava.processor.context with parameters of type PlacementInCode