Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W 

R

read() - Method in class com.jiowa.codegen.textregion.reader.ProtectedRegionReader
Reads the next protected region from the text source
read() - Method in class com.jiowa.codegen.textregion.reader.RegionReader
Reads a single text region from the string.
read() - Method in class com.jiowa.template.io.TemplateReader
 
read() - Method in class com.jiowa.template.reader.InlineSubTemplateReader
 
read() - Method in class com.jiowa.template.reader.RedefinitionReader
 
read() - Method in class com.jiowa.template.reader.TagReader
Delivers the next Tag for this template.
read() - Method in class com.jiowa.template.reader.TokenReader
Reads the next token from the template string (and remembers the current state of the reader).
read(SortedSet<SymbolToken>) - Method in class com.jiowa.template.reader.TokenReader
Returns the next token to be read.
readAll() - Method in class com.jiowa.codegen.textregion.reader.ProtectedRegionReader
Reads all protected regions from the text source.
readAll() - Method in class com.jiowa.codegen.textregion.reader.RegionReader
Returns all regions at once in a list.
readAll() - Method in class com.jiowa.template.reader.TagReader
Reads all tags at once.
readAll() - Method in class com.jiowa.template.reader.TokenReader
Reads all possible tokens at once.
readAllMappings() - Method in class com.jiowa.template.reader.RedefinitionReader
Returns the mappings as well as the complete mapping string itself as tupel
reader - Variable in class com.jiowa.codegen.textregion.reader.RegionReader
 
reader - Variable in class com.jiowa.template.reader.RedefinitionReader
 
reader - Variable in class com.jiowa.template.reader.TagReader
 
readFile(File) - Method in class com.jiowa.template.io.TemplateMapLoader
Reads a template file and returns its text contents as string.
readInlineSubTemplateContent(String, String, StringBuffer, int) - Method in class com.jiowa.template.reader.InlineSubTemplateReader
Reads an inline sub template from a given position if there has been found an inline subtemplate start token "{".
readInlineSubTemplateContent(String, int, List<String>) - Method in class com.jiowa.template.reader.InlineSubTemplateReader
Reads content of an inline subtemplate and tokenizes it accordingly.
readLine() - Method in class com.jiowa.codegen.textregion.reader.LineReader
 
readMapping() - Method in class com.jiowa.template.reader.RedefinitionReader
 
readNextRegion() - Method in class com.jiowa.codegen.textregion.reader.RegionReader
 
readNextTag(Token) - Method in class com.jiowa.template.reader.TagReader
 
readNextToken() - Method in class com.jiowa.template.reader.TokenReader
Reads the next token from the text string.
readProtectedRegion() - Method in class com.jiowa.codegen.textregion.reader.RegionReader
Reads a protected region and throws an exception if it could not read correctly.
readScriptTemplate() - Method in class com.jiowa.codegen.beangen.build.BeanbuildCmdScriptUpdater
Reads the script template which has been given via the arguments parameters.
readUnprotectedRegion() - Method in class com.jiowa.codegen.textregion.reader.RegionReader
 
redef - Variable in class com.jiowa.template.notation.TemplateNotationChanger
 
REDEF_END - Variable in class com.jiowa.template.reader.TokenStateMachine
 
REDEF_POINTER - Variable in class com.jiowa.template.reader.TokenStateMachine
 
REDEF_SEPARATOR - Variable in class com.jiowa.template.reader.TokenStateMachine
 
REDEF_START - Variable in class com.jiowa.template.reader.TokenStateMachine
 
redefinitionContent - Variable in class com.jiowa.template.reader.TokenReader
 
RedefinitionContentToken - Class in com.jiowa.template.token.redef
Content token for redefinition structures.
RedefinitionContentToken(String, List<RedefinitionMappingTokenList>, TextPosition) - Constructor for class com.jiowa.template.token.redef.RedefinitionContentToken
 
redefinitionEnd - Variable in class com.jiowa.template.notation.ChangeableTemplateNotation
 
RedefinitionEndToken - Class in com.jiowa.template.token.redef
End token for redefinition structures.
RedefinitionEndToken(String, TextPosition) - Constructor for class com.jiowa.template.token.redef.RedefinitionEndToken
 
RedefinitionFilenameToken - Class in com.jiowa.template.token.redef
Redefinition filename token.
RedefinitionFilenameToken(String, String, TextPosition) - Constructor for class com.jiowa.template.token.redef.RedefinitionFilenameToken
 
RedefinitionIdentifierToken - Class in com.jiowa.template.token.redef
Token for the identifier of structures for a re-definition of the template notation.
RedefinitionIdentifierToken(String, String, TextPosition) - Constructor for class com.jiowa.template.token.redef.RedefinitionIdentifierToken
 
RedefinitionMappingToken - Class in com.jiowa.template.token.redef
Mapping token for template notation redefinition structures.
RedefinitionMappingToken(RedefinitionIdentifierToken, RedefinitionIdentifierToken) - Constructor for class com.jiowa.template.token.redef.RedefinitionMappingToken
 
RedefinitionMappingToken(RedefinitionFilenameToken) - Constructor for class com.jiowa.template.token.redef.RedefinitionMappingToken
 
RedefinitionMappingTokenList - Class in com.jiowa.template.token.redef
List of mapping tokens for redefinition structures.
RedefinitionMappingTokenList() - Constructor for class com.jiowa.template.token.redef.RedefinitionMappingTokenList
 
redefinitionPointer - Variable in class com.jiowa.template.notation.ChangeableTemplateNotation
 
RedefinitionPointerToken - Class in com.jiowa.template.token.redef
Pointer token (i.e. mapping pointer) for redefinition structures.
RedefinitionPointerToken(String, TextPosition) - Constructor for class com.jiowa.template.token.redef.RedefinitionPointerToken
 
RedefinitionReader - Class in com.jiowa.template.reader
Reads the re-definition mapping for a modified template notation.
RedefinitionReader(TemplateContext, ErrorPosition) - Constructor for class com.jiowa.template.reader.RedefinitionReader
 
RedefinitionReaderResult - Class in com.jiowa.template.reader
The result after a re-definition mapping has been read.
RedefinitionReaderResult(RedefinitionContentToken, RedefinitionEndToken) - Constructor for class com.jiowa.template.reader.RedefinitionReaderResult
 
redefinitionSeparator - Variable in class com.jiowa.template.notation.ChangeableTemplateNotation
 
RedefinitionSeparatorToken - Class in com.jiowa.template.token.redef
Separator token for redefinition structures.
RedefinitionSeparatorToken(String, TextPosition) - Constructor for class com.jiowa.template.token.redef.RedefinitionSeparatorToken
 
redefinitionStart - Variable in class com.jiowa.template.notation.ChangeableTemplateNotation
 
RedefinitionStartToken - Class in com.jiowa.template.token.redef
Start token for redefinition structures.
RedefinitionStartToken(String, TextPosition) - Constructor for class com.jiowa.template.token.redef.RedefinitionStartToken
 
RedefinitionTag - Class in com.jiowa.template.tag
Tag for a template notation redefinition structure.
RedefinitionTag(RedefinitionStartToken, RedefinitionContentToken, RedefinitionEndToken) - Constructor for class com.jiowa.template.tag.RedefinitionTag
 
RedefinitionTokenList - Class in com.jiowa.template.token
 
RedefinitionTokenList() - Constructor for class com.jiowa.template.token.RedefinitionTokenList
 
RedefinitionTokenList(Collection<Token>) - Constructor for class com.jiowa.template.token.RedefinitionTokenList
 
redefList - Variable in class com.jiowa.template.token.redef.RedefinitionContentToken
 
redefTokenList - Variable in class com.jiowa.template.reader.TokenReader
 
reflectCopy(TemplateNotation) - Method in class com.jiowa.template.notation.ChangeableTemplateNotation
 
RegionName - Class in com.jiowa.codegen.textregion.name
Contains old name (current name) and the new name of a region.
RegionName(String, String) - Constructor for class com.jiowa.codegen.textregion.name.RegionName
 
RegionNameExtractor - Class in com.jiowa.codegen.textregion.name
This class is for extracting the names from a region definition line.
RegionNameExtractor(TextRegionNotation) - Constructor for class com.jiowa.codegen.textregion.name.RegionNameExtractor
 
regionNameQualifier() - Method in class com.jiowa.codegen.textregion.TextRegionNotation
 
RegionReader - Class in com.jiowa.codegen.textregion.reader
This reader reads text regions (Protected, Unprotected) from a given text string.
RegionReader(String, TextRegionNotation, String) - Constructor for class com.jiowa.codegen.textregion.reader.RegionReader
 
RegionReader.RegionEnum - Enum in com.jiowa.codegen.textregion.reader
 
RegionReplacer - Class in com.jiowa.codegen.textregion.replacer
Replacer base class for text regions.
RegionReplacer() - Constructor for class com.jiowa.codegen.textregion.replacer.RegionReplacer
 
RemoveAllSpacesOperator - Class in com.jiowa.template.variable
Operator to remove all spaces from a string.
RemoveAllSpacesOperator() - Constructor for class com.jiowa.template.variable.RemoveAllSpacesOperator
 
removeMark(String) - Method in class com.jiowa.template.io.TemplateMapLoader
Remove the mark for a template after it has been parsed correctly.
RemoveNonAlphaNumericOperator - Class in com.jiowa.template.variable
Operator to remove all alpha numeric characters from a string.
RemoveNonAlphaNumericOperator() - Constructor for class com.jiowa.template.variable.RemoveNonAlphaNumericOperator
 
removeQuotes(StringBuffer, int) - Method in class com.jiowa.template.reader.EscapeCharacterHandler
Removes the quotes
removeQuotesForTagStartTokensAndBrackets(String) - Method in class com.jiowa.template.reader.EscapeCharacterHandler
Removes all quotes for tag start tokens and for all brackets.
removeQuotesForToken(StringBuffer, String) - Method in class com.jiowa.template.reader.EscapeCharacterHandler
Removes the quotes for a given token within a stringbuffer.
removeTrailingPattern(StringBuffer) - Method in class com.jiowa.template.text.operator.DeleteTrailingWhitespaceLinesOperator
 
removeWhitespaces(StringBuffer) - Method in class com.jiowa.template.text.operator.DeleteWhitespaceOperator
 
rename(String) - Method in class com.jiowa.codegen.textregion.ProtectedRegion
 
RENAMING_POINTER - Static variable in class com.jiowa.codegen.textregion.TextRegionNotation
 
renamingPointer() - Method in class com.jiowa.codegen.textregion.TextRegionNotation
 
replace(TextFileContext, String) - Method in class com.jiowa.codegen.textregion.replacer.ProtectedRegionReplacer
 
replace(TextFileContext, String) - Method in class com.jiowa.codegen.textregion.replacer.RegionReplacer
Replaces the text content of oldTextFile with newSource and leaves protected regions unchanged.
resourceLocation - Variable in class com.jiowa.template.bean.generator.JiowaTemplateBeanGenerator
Location for the configuration for the template bean generator
root - Variable in class com.jiowa.template.tag.map.TagValueMap
 
root() - Method in class com.jiowa.template.tag.map.TagValueMap
 
root - Variable in class com.jiowa.template.unificator.TemplateUnificator
 
A B C D E F G H I J L M N O P Q R S T U V W 
Skip navigation links