Uses of Class
net.sourceforge.plantuml.text.StringLocated
Packages that use StringLocated
Package
Description
Contains classes for processing PlantUML source files.
Provides classes used to compose regex partials.
-
Uses of StringLocated in net.sourceforge.plantuml
Methods in net.sourceforge.plantuml that return types with arguments of type StringLocatedModifier and TypeMethodDescriptionstatic List<StringLocated>static List<StringLocated>final List<StringLocated>BlockUml.getData()Method parameters in net.sourceforge.plantuml with type arguments of type StringLocatedModifier and TypeMethodDescriptionfinal DiagramPSystemBuilder.createPSystem(List<StringLocated> source, List<StringLocated> rawSource, Map<String, String> skinParam) Constructor parameters in net.sourceforge.plantuml with type arguments of type StringLocatedModifierConstructorDescriptionBlockUml(List<StringLocated> strings, Defines defines, ISkinSimple skinParam, PreprocessorModeSet mode) Deprecated.being kept for backwards compatibility, perhaps other projects are using this?BlockUml(List<StringLocated> strings, Defines defines, ISkinSimple skinParam, PreprocessorModeSet mode, Charset charset) -
Uses of StringLocated in net.sourceforge.plantuml.activitydiagram.command
Methods in net.sourceforge.plantuml.activitydiagram.command with parameters of type StringLocatedModifier and TypeMethodDescriptionCommandLinkLongActivity.extractUrl(ActivityDiagram diagram, StringLocated string) -
Uses of StringLocated in net.sourceforge.plantuml.command
Methods in net.sourceforge.plantuml.command with parameters of type StringLocatedMethod parameters in net.sourceforge.plantuml.command with type arguments of type StringLocatedModifier and TypeMethodDescriptionprotected final PSystemErrorPSystemAbstractFactory.buildEmptyError(UmlSource source, LineLocation lineLocation, List<StringLocated> trace) protected final PSystemErrorPSystemAbstractFactory.buildExecutionError(UmlSource source, String stringError, LineLocation lineLocation, List<StringLocated> trace) voidMultilinesStrategy.cleanList(List<StringLocated> lines) -
Uses of StringLocated in net.sourceforge.plantuml.core
Method parameters in net.sourceforge.plantuml.core with type arguments of type StringLocatedModifier and TypeMethodDescriptionstatic UmlSourceUmlSource.create(List<StringLocated> source, boolean checkEndingBackslash) static UmlSourceUmlSource.createWithRaw(List<StringLocated> source, boolean checkEndingBackslash, List<StringLocated> rawSource) Build the source from a text. -
Uses of StringLocated in net.sourceforge.plantuml.error
Fields in net.sourceforge.plantuml.error with type parameters of type StringLocatedMethods in net.sourceforge.plantuml.error that return StringLocatedConstructor parameters in net.sourceforge.plantuml.error with type arguments of type StringLocatedModifierConstructorDescriptionPSystemErrorEmpty(UmlSource source, List<StringLocated> trace, ErrorUml singleError) PSystemErrorPreprocessor(List<StringLocated> input, List<StringLocated> trace) PSystemErrorV2(UmlSource source, List<StringLocated> trace, ErrorUml singleError) -
Uses of StringLocated in net.sourceforge.plantuml.jsondiagram
Constructor parameters in net.sourceforge.plantuml.jsondiagram with type arguments of type StringLocated -
Uses of StringLocated in net.sourceforge.plantuml.klimt.creole
Method parameters in net.sourceforge.plantuml.klimt.creole with type arguments of type StringLocated -
Uses of StringLocated in net.sourceforge.plantuml.preproc
Methods in net.sourceforge.plantuml.preproc that return StringLocatedModifier and TypeMethodDescriptionReadLine.readLine()ReadLineList.readLine()ReadLineReader.readLine()ReadLineSimple.readLine()StartDiagramExtractReader.readLine()UncommentReadLine.readLine()Methods in net.sourceforge.plantuml.preproc that return types with arguments of type StringLocatedMethods in net.sourceforge.plantuml.preproc with parameters of type StringLocatedModifier and TypeMethodDescriptionvoidSub.add(StringLocated s) static StartDiagramExtractReaderStartDiagramExtractReader.build(InputStream is, StringLocated s, String desc) static StartDiagramExtractReaderStartDiagramExtractReader.build(FileWithSuffix f2, StringLocated s, Charset charset) static StartDiagramExtractReaderStartDiagramExtractReader.build(SURL url, StringLocated s, String uid, Charset charset) static booleanStartDiagramExtractReader.containsStartDiagram(InputStream is, StringLocated s, String description) static booleanStartDiagramExtractReader.containsStartDiagram(FileWithSuffix f2, StringLocated s, Charset charset) static booleanStartDiagramExtractReader.containsStartDiagram(SURL url, StringLocated s, Charset charset) Constructors in net.sourceforge.plantuml.preproc with parameters of type StringLocated -
Uses of StringLocated in net.sourceforge.plantuml.preproc2
Methods in net.sourceforge.plantuml.preproc2 that return StringLocatedMethods in net.sourceforge.plantuml.preproc2 with parameters of type StringLocatedModifier and TypeMethodDescriptionstatic ReadLinePreprocessorUtils.getReaderIncludeUrl(SURL url, StringLocated s, String suf, Charset charset) static ReadLinePreprocessorUtils.getReaderNonstandardInclude(StringLocated s, String filename) static ReadLinePreprocessorUtils.getReaderStdlibInclude(StringLocated s, String filename) -
Uses of StringLocated in net.sourceforge.plantuml.regex
Methods in net.sourceforge.plantuml.regex with parameters of type StringLocatedModifier and TypeMethodDescriptionbooleanIRegex.match(StringLocated full) booleanRegexComposed.match(StringLocated s) booleanRegexConcat.match(StringLocated s) booleanRegexLeaf.match(StringLocated full) booleanRegexOptional.match(StringLocated full) booleanRegexOr.match(StringLocated full) booleanRegexRepeatedZeroOrMore.match(StringLocated full) -
Uses of StringLocated in net.sourceforge.plantuml.text
Methods in net.sourceforge.plantuml.text that return StringLocatedModifier and TypeMethodDescriptionStringLocated.getTrimmed()StringLocated.mergeEndBackslash(StringLocated next) StringLocated.removeInnerComment()StringLocated.substring(int start) StringLocated.substring(int start, int end) StringLocated.withErrorPreprocessor(String preprocessorError) Methods in net.sourceforge.plantuml.text with parameters of type StringLocated -
Uses of StringLocated in net.sourceforge.plantuml.tim
Methods in net.sourceforge.plantuml.tim that return StringLocatedMethods in net.sourceforge.plantuml.tim that return types with arguments of type StringLocatedModifier and TypeMethodDescriptionTContext.getDebug()final List<StringLocated>TimLoader.getDebug()TContext.getResultList()final List<StringLocated>TimLoader.getResultList()Methods in net.sourceforge.plantuml.tim with parameters of type StringLocatedModifier and TypeMethodDescriptionvoidTFunctionImpl.addBody(StringLocated s) voidFunctionsSet.executeDeclareProcedure(TContext context, TMemory memory, StringLocated s) voidFunctionsSet.executeDeclareReturnFunction(TContext context, TMemory memory, StringLocated s) voidFunctionsSet.executeLegacyDefine(TContext context, TMemory memory, StringLocated s) voidFunctionsSet.executeLegacyDefineLong(TContext context, TMemory memory, StringLocated s) static EaterExceptionLocatedEaterExceptionLocated.located(String message, StringLocated location) EaterException.withLocation(StringLocated sl) Method parameters in net.sourceforge.plantuml.tim with type arguments of type StringLocatedModifier and TypeMethodDescriptionTContext.executeLines(TMemory memory, List<StringLocated> body, TFunctionType ftype, boolean modeSpecial) TimLoader.load(List<StringLocated> list) Constructors in net.sourceforge.plantuml.tim with parameters of type StringLocatedModifierConstructorDescriptionEater(StringLocated sl) EaterFunctionCall(StringLocated s, boolean isLegacyDefine, boolean unquoted) EaterTheme(StringLocated s, ImportedFiles importedFiles) -
Uses of StringLocated in net.sourceforge.plantuml.tim.iterator
Methods in net.sourceforge.plantuml.tim.iterator that return StringLocatedModifier and TypeMethodDescriptionCodeIterator.peek()CodeIteratorAffectation.peek()CodeIteratorForeach.peek()CodeIteratorIf.peek()CodeIteratorImpl.peek()CodeIteratorInnerComment.peek()CodeIteratorLegacyDefine.peek()CodeIteratorLongComment.peek()CodeIteratorProcedure.peek()CodeIteratorReturnFunction.peek()CodeIteratorShortComment.peek()CodeIteratorSub.peek()CodeIteratorWhile.peek()Constructor parameters in net.sourceforge.plantuml.tim.iterator with type arguments of type StringLocatedModifierConstructorDescriptionCodeIteratorAffectation(CodeIterator source, TContext context, TMemory memory, List<StringLocated> log) CodeIteratorForeach(CodeIterator source, TContext context, TMemory memory, List<StringLocated> logs) CodeIteratorIf(CodeIterator source, TContext context, TMemory memory, List<StringLocated> logs) CodeIteratorImpl(List<StringLocated> list) CodeIteratorLegacyDefine(CodeIterator source, TContext context, TMemory memory, FunctionsSet functionsSet, List<StringLocated> logs) CodeIteratorLongComment(CodeIterator source, List<StringLocated> logs) CodeIteratorProcedure(CodeIterator source, TContext context, TMemory memory, FunctionsSet functionsSet, List<StringLocated> logs) CodeIteratorReturnFunction(CodeIterator source, TContext context, TMemory memory, FunctionsSet functionsSet, List<StringLocated> logs) CodeIteratorShortComment(CodeIterator source, List<StringLocated> logs) CodeIteratorWhile(CodeIterator source, TContext context, TMemory memory, List<StringLocated> logs) -
Uses of StringLocated in net.sourceforge.plantuml.utils
Methods in net.sourceforge.plantuml.utils that return StringLocatedModifier and TypeMethodDescriptionBlocLines.getAt(int i) BlocLines.getFirst()BlocLines.getLast()static StringLocatedStartUtils.getPossibleAppend(StringLocated cs) Methods in net.sourceforge.plantuml.utils that return types with arguments of type StringLocatedMethods in net.sourceforge.plantuml.utils with parameters of type StringLocatedModifier and TypeMethodDescriptionBlocLines.add(StringLocated s) static StringLocatedStartUtils.getPossibleAppend(StringLocated cs) static BlocLinesBlocLines.single(StringLocated single) static booleanStartUtils.startOrEnd(StringLocated s) static booleanStartUtils.startsWithSymbolAnd(String value, StringLocated tmp) Method parameters in net.sourceforge.plantuml.utils with type arguments of type StringLocated -
Uses of StringLocated in net.sourceforge.plantuml.version
Methods in net.sourceforge.plantuml.version that return StringLocatedModifier and TypeMethodDescriptionIteratorCounter2Impl.next()IteratorCounter2.peek()IteratorCounter2Impl.peek()IteratorCounter2.peekPrevious()IteratorCounter2Impl.peekPrevious()Methods in net.sourceforge.plantuml.version that return types with arguments of type StringLocatedModifier and TypeMethodDescriptionIteratorCounter2.getTrace()final List<StringLocated>IteratorCounter2Impl.getTrace()Constructor parameters in net.sourceforge.plantuml.version with type arguments of type StringLocated