Uses of Class
edu.suffolk.litlab.efsp.utils.InterviewVariable
Packages that use InterviewVariable
-
Uses of InterviewVariable in edu.suffolk.litlab.efsp.utils
Fields in edu.suffolk.litlab.efsp.utils with type parameters of type InterviewVariableModifier and TypeFieldDescriptionprotected List<InterviewVariable> InfoCollector.optionalVarsprotected List<InterviewVariable> InfoCollector.requiredVarsprotected List<InterviewVariable> InfoCollector.wrongVarsMethods in edu.suffolk.litlab.efsp.utils that return InterviewVariableModifier and TypeMethodDescriptionInfoCollector.addCodeError(CodesParser.CodeError err, InterviewVariable.VarBuilder varBuilder) InfoCollector.addCrossRefError(CodesParser.CrossReferenceError err, InterviewVariable.VarBuilder varBuilder) InfoCollector.addTextError(CodesParser.TextVarError err, InterviewVariable.VarBuilder varBuilder) InterviewVariable.appendDesc(String newDescription) InterviewVariable.VarBuilder.build()InfoCollector.requestVar(String localName, String description, String datatype) InfoCollector.requestVar(String localName, String desc, String datatype, List<String> choices, Optional<String> currentVal) Creates an InterviewVariable with the correct stack information in the variable name.InfoCollector.requestVar(String localName, String desc, List<String> choices) Methods in edu.suffolk.litlab.efsp.utils that return types with arguments of type InterviewVariableModifier and TypeMethodDescriptionFilingError.getMissingVariable()InfoCollector.getOptional()InfoCollector.getRequired()InfoCollector.getWrong()Methods in edu.suffolk.litlab.efsp.utils with parameters of type InterviewVariableModifier and TypeMethodDescriptionvoidInfoCollector.addOptional(InterviewVariable var) voidInfoCollector.addRequired(InterviewVariable var) voidInfoCollector.addWrong(InterviewVariable var) static FilingErrorFilingError.missingRequired(InterviewVariable missingVariable) static FilingErrorFilingError.wrongValue(InterviewVariable rightVariableInfo)