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

A

accept(Visitor) - Method in interface com.unitesk.atp.tree.Node
Accepts the specified visitor.
Accessor - Class in com.unitesk.atp.dynattrs
This is a collection of static methods to work with different implementations of attributes.
Accessor() - Constructor for class com.unitesk.atp.dynattrs.Accessor
 
Action - Class in com.unitesk.atp.tree.tool
Action over tree.
Action() - Constructor for class com.unitesk.atp.tree.tool.Action
 
add(List, Object) - Method in class com.unitesk.atp.tree.tool.antlr.ArrayListFactory
 
add(List, Object) - Method in interface com.unitesk.atp.tree.tool.antlr.ListFactory
 
add(List, Object) - Method in class com.unitesk.atp.tree.tool.antlr.NullListFactory
 
addAttribute(String, Object) - Method in interface com.unitesk.atp.dynattrs.Attributed
Adds an attribute with the specified name and value.
addAttribute(String, Object) - Method in class com.unitesk.atp.dynattrs.BeanWrapper
Unsupported operation.
addAttribute(String, Object) - Method in class com.unitesk.atp.dynattrs.MapAttributed
Adds an attribute with the specified name and value.
ArrayListFactory - Class in com.unitesk.atp.tree.tool.antlr
List factory that creates ArrayList
ArrayListFactory() - Constructor for class com.unitesk.atp.tree.tool.antlr.ArrayListFactory
 
Attribute - Class in com.unitesk.atp.tree.tool
Computed node attribute.
Attribute() - Constructor for class com.unitesk.atp.tree.tool.Attribute
 
Attributed - Interface in com.unitesk.atp.dynattrs
Attributed object is a Java object decorated by attributes.
ATTRIBUTED_EXCEPTION - Static variable in exception com.unitesk.atp.dynattrs.AttributePathException
Various problems with attributes.
AttributeException - Exception in com.unitesk.atp.dynattrs
This exception reports about various problems with attribute: wrong name, type, acces violation etc.
AttributeException(Object, String) - Constructor for exception com.unitesk.atp.dynattrs.AttributeException
 
AttributeException(Object, String, Object) - Constructor for exception com.unitesk.atp.dynattrs.AttributeException
 
AttributeException(Object, String, Object, Throwable) - Constructor for exception com.unitesk.atp.dynattrs.AttributeException
 
AttributePathException - Exception in com.unitesk.atp.dynattrs
This exception reports about various problems while getting attribute value by attribute path: syntax errors in attribute path, wrong attribute names etc.
AttributePathException(int, Object, String, int, Throwable) - Constructor for exception com.unitesk.atp.dynattrs.AttributePathException
Creates an exception with the specified parameters.

B

BasicGenerator - Class in com.unitesk.atp.text.generation
The basic implementation of Generator interface.
BasicGenerator(TextReceiver) - Constructor for class com.unitesk.atp.text.generation.BasicGenerator
Constructs generator with the specified client.
BasicGenerator(TextReceiver, Function, String, String) - Constructor for class com.unitesk.atp.text.generation.BasicGenerator
Constructs generator with the specified parameters.
BeanMapAttributed - Class in com.unitesk.atp.dynattrs
The implementation of Attributed interface that accesses attributes through getter and setter methods according to JavaBeans naming conventions and stores additional attributes in Map.
BeanMapAttributed() - Constructor for class com.unitesk.atp.dynattrs.BeanMapAttributed
Class constructor with HashMap as the default map.
BeanMapAttributed(Map) - Constructor for class com.unitesk.atp.dynattrs.BeanMapAttributed
Class constructor with the specified map.
BeanWrapper - Class in com.unitesk.atp.dynattrs
The implementation of Attributed interface that accesses attributes through getter and setter methods according to JavaBeans naming conventions.
BeanWrapper(Object) - Constructor for class com.unitesk.atp.dynattrs.BeanWrapper
Constructs wrapper of specified object.
block() - Method in class com.unitesk.atp.tree.TreePrinter
 
block_nl() - Method in class com.unitesk.atp.tree.TreePrinter
 

C

capitalize(String) - Static method in class com.unitesk.atp.dynattrs.Accessor
Converts the first char of a string to upper case.
check(Enum) - Method in interface com.unitesk.atp.tree.Enum
 
check(Enum) - Method in class com.unitesk.atp.tree.TreeClass.EnumClass
 
CheckFileStatus - Class in com.unitesk.atp.messages
Alexey Demakov
CheckFileStatus() - Constructor for class com.unitesk.atp.messages.CheckFileStatus
 
CircularDependenceMessage - Class in com.unitesk.atp.messages
Message notifying that there is circular dependence.
CircularDependenceMessage(File, Position, String, String) - Constructor for class com.unitesk.atp.messages.CircularDependenceMessage
Constructs message.
class_to_bundle - Variable in class com.unitesk.atp.text.localize.ConstantStringManager
 
classLoader - Variable in class com.unitesk.atp.text.localize.ConstantStringManager
 
client - Variable in class com.unitesk.atp.text.filters.Filter
 
client - Variable in class com.unitesk.atp.text.generation.BasicGenerator
 
close() - Method in class com.unitesk.atp.text.filters.WriterTextReceiver
Close underlying Writer
close() - Method in class com.unitesk.atp.tree.TreePrinter
Close output stream
com.unitesk.atp.dynattrs - package com.unitesk.atp.dynattrs
This package provides base interface Attributed to work with dynamic attributes of objects and base implementations of this interface.
com.unitesk.atp.messages - package com.unitesk.atp.messages
User messages library.
com.unitesk.atp.text.filters - package com.unitesk.atp.text.filters
This library provides filters for text processing.
com.unitesk.atp.text.generation - package com.unitesk.atp.text.generation
This package provides interface and default implementation of text generator based on patterns.
com.unitesk.atp.text.localize - package com.unitesk.atp.text.localize
 
com.unitesk.atp.text.location - package com.unitesk.atp.text.location
This library provides data types representing locations in text.
com.unitesk.atp.tool - package com.unitesk.atp.tool
This package provides interfaces and default classes to implement plugins that extend tool functionality.
com.unitesk.atp.tree - package com.unitesk.atp.tree
This package provides common interface of node of attributed tree, default implementation and base interface of visitor.
com.unitesk.atp.tree.generation - package com.unitesk.atp.tree.generation
This package provides special version of text generator based on patterns for attributed tree processing.
com.unitesk.atp.tree.tool - package com.unitesk.atp.tree.tool
This package provides special version of extendable tool for formal text processing tools.
com.unitesk.atp.tree.tool.antlr - package com.unitesk.atp.tree.tool.antlr
 
config - Variable in class com.unitesk.atp.tool.PluginManagerClass
The set of application properties.
ConstantStringManager - Class in com.unitesk.atp.text.localize
The default implementation of localized strings manager.
ConstantStringManager() - Constructor for class com.unitesk.atp.text.localize.ConstantStringManager
Creates new localized strings manager using default locale and class loader of this class.
ConstantStringManager(Locale) - Constructor for class com.unitesk.atp.text.localize.ConstantStringManager
Creates new localized strings manager using the specified locale and class loader of this class.
ConstantStringManager(Locale, ClassLoader) - Constructor for class com.unitesk.atp.text.localize.ConstantStringManager
Creates new localized strings manager with the specified locale and class loader.
containsName(String) - Method in class com.unitesk.atp.tool.DynamicVariablesTable
Checks if this table contains a variable with the specified name.
containsObject(Object) - Method in class com.unitesk.atp.tool.DynamicVariablesTable
Checks if this table contains the specified variable.
context - Variable in class com.unitesk.atp.messages.NullMessageBox
 
create() - Method in class com.unitesk.atp.tree.tool.antlr.ArrayListFactory
 
create() - Method in interface com.unitesk.atp.tree.tool.antlr.ListFactory
 
create() - Method in class com.unitesk.atp.tree.tool.antlr.NullListFactory
 
create(String, ExceptionHandler) - Static method in class com.unitesk.atp.tree.TreePrinter
 
create(String, ExceptionHandler, int) - Static method in class com.unitesk.atp.tree.TreePrinter
 
create(File, ExceptionHandler) - Static method in class com.unitesk.atp.tree.TreePrinter
 
create(File, ExceptionHandler, int) - Static method in class com.unitesk.atp.tree.TreePrinter
 
create(Writer, ExceptionHandler) - Static method in class com.unitesk.atp.tree.TreePrinter
 
create(Writer, ExceptionHandler, int) - Static method in class com.unitesk.atp.tree.TreePrinter
 
createMap() - Method in class com.unitesk.atp.dynattrs.MapAttributed
Creates default map instance.
createPluginsTable() - Method in class com.unitesk.atp.tool.PluginManagerClass
Creates plugins table and set PluginManagerClass.table field.

D

decapitalize(String) - Static method in class com.unitesk.atp.dynattrs.Accessor
Converts the first char of a string to lower case.
decIndent() - Method in interface com.unitesk.atp.tree.generation.TextGenerator
Decreases indent level at one indent step.
decIndent() - Method in class com.unitesk.atp.tree.generation.TextGeneratorClient
Decreases indent level at one indent step.
decIndent() - Method in class com.unitesk.atp.tree.generation.TextGeneratorServer
Decreases indent level at one indent step.
DEFAULT_FIXED_TAB_SIZE - Static variable in class com.unitesk.atp.text.filters.PositionFilter
 
DEFAULT_INDENT_STEP - Static variable in class com.unitesk.atp.text.filters.IndentFilter
The default value of indent step.
default_mbox_class - Variable in class com.unitesk.atp.tool.Tool
 
DEFAULT_NAME - Static variable in interface com.unitesk.atp.text.generation.Generator
 
default_plugins_file_name - Variable in class com.unitesk.atp.tool.Tool
 
default_properties_file_name - Variable in class com.unitesk.atp.tool.Tool
 
DEFAULT_TAB_SIZE - Static variable in class com.unitesk.atp.text.filters.PositionFilter
 
DefaultFunction - Class in com.unitesk.atp.text.generation
The default implementation of Function interface.
DefaultFunction() - Constructor for class com.unitesk.atp.text.generation.DefaultFunction
 
DumpAction - Class in com.unitesk.atp.tree.tool
 
DumpAction() - Constructor for class com.unitesk.atp.tree.tool.DumpAction
 
dumpAttribute(Node, String, Object) - Method in class com.unitesk.atp.tree.TreePrinter
 
dumpNode(Node) - Method in class com.unitesk.atp.tree.TreePrinter
 
dumpTree(Tree) - Method in class com.unitesk.atp.tree.TreePrinter
Dump tree
dumpTree(Node) - Method in class com.unitesk.atp.tree.TreePrinter
Dump subtree.
DynamicVariablesTable - Class in com.unitesk.atp.tool
The table of dynamic variables.
DynamicVariablesTable(String) - Constructor for class com.unitesk.atp.tool.DynamicVariablesTable
Creates an empty dynamic variables table with the specified name.
DynamicVariablesTable(String, InputStream) - Constructor for class com.unitesk.atp.tool.DynamicVariablesTable
Creates dynamic variables table with the specified name and loads variables from the specified input stream.

E

endl - Static variable in interface com.unitesk.atp.tree.generation.TextGenerator
Line separator string.
EntityRedefinitionMessage - Class in com.unitesk.atp.messages
Message notifying that entity already defined.
EntityRedefinitionMessage(File, Position, String, String, Position) - Constructor for class com.unitesk.atp.messages.EntityRedefinitionMessage
Constructs message.
EntityValueMessage - Class in com.unitesk.atp.messages
Message with information about entity value.
EntityValueMessage(File, Position, String, Object) - Constructor for class com.unitesk.atp.messages.EntityValueMessage
Constructs message.
Enum - Interface in com.unitesk.atp.tree
Enumeration types interface.
equals(Object) - Method in class com.unitesk.atp.text.location.Position
Positions are equal if lines and columns are equal.
equals(Object) - Method in class com.unitesk.atp.text.location.Range
Ranges are equal if lines and columns are equal.
error(Message) - Method in class com.unitesk.atp.messages.ListMessageBox
 
error(Message) - Method in interface com.unitesk.atp.messages.MessageBox
Outputs error message.
error(Message) - Method in class com.unitesk.atp.messages.NullMessageBox
Outputs error message.
ErrorMessageLevel - Class in com.unitesk.atp.messages
Error message level.
ErrorMessageLevel() - Constructor for class com.unitesk.atp.messages.ErrorMessageLevel
 
errorMessageList - Variable in class com.unitesk.atp.messages.ListMessageBox
 
errorStr(String) - Method in class com.unitesk.atp.messages.ListMessageBox
 
errorStr(String) - Method in class com.unitesk.atp.messages.NullMessageBox
 
errorStr(String) - Method in class com.unitesk.atp.messages.PrintStreamMessageBox
 
errorStringList - Variable in class com.unitesk.atp.messages.ListMessageBox
 
ExceptionHandler - Interface in com.unitesk.atp.text.filters
The handler of exceptions from filters.
exceptionHandler - Variable in class com.unitesk.atp.tree.TreePrinter
 

F

fatal(Message) - Method in interface com.unitesk.atp.messages.MessageBox
Outputs error message and stops program execution.
fatal(Message) - Method in class com.unitesk.atp.messages.NullMessageBox
Outputs error message and stops program execution.
FatalErrorException - Exception in com.unitesk.atp.messages
Indicates request to stop program execution because of fatal error.
FatalErrorException(int) - Constructor for exception com.unitesk.atp.messages.FatalErrorException
Constructs exception with given exit code.
file - Variable in class com.unitesk.atp.tree.TreeClass
 
FileMessage - Class in com.unitesk.atp.messages
The root class for application messages that linked to file.
FileMessage(File) - Constructor for class com.unitesk.atp.messages.FileMessage
Constructs message.
FileNotFoundMessage - Class in com.unitesk.atp.messages
Message notifying that a file was not found.
FileNotFoundMessage(File) - Constructor for class com.unitesk.atp.messages.FileNotFoundMessage
Constructs message.
FilePositionMessage - Class in com.unitesk.atp.messages
The root class for application messages that linked to position in file.
FilePositionMessage(File, Position) - Constructor for class com.unitesk.atp.messages.FilePositionMessage
Constructs message.
FileStatus - Interface in com.unitesk.atp.messages
Alexey Demakov
FileStatusMessage - Class in com.unitesk.atp.messages
 
FileStatusMessage(FileStatus, String) - Constructor for class com.unitesk.atp.messages.FileStatusMessage
 
fill(char, int) - Static method in class com.unitesk.atp.text.filters.IndentFilter
Fills a string with characters.
Filter - Class in com.unitesk.atp.text.filters
Text filter receives portion of text, processes it and emit results to client.
Filter(TextReceiver) - Constructor for class com.unitesk.atp.text.filters.Filter
Constructs text filter with the specified client.
findFile(String) - Static method in class com.unitesk.atp.tool.Tool
Finds file or resource.
first - Variable in class com.unitesk.atp.tree.tool.antlr.LinkFilter
 
fixedTabSize - Variable in class com.unitesk.atp.text.filters.PositionFilter
 
FoundFileStatus - Class in com.unitesk.atp.messages
Alexey Demakov
FoundFileStatus() - Constructor for class com.unitesk.atp.messages.FoundFileStatus
 
Function - Interface in com.unitesk.atp.text.generation
Interface of text generator function.
function - Variable in class com.unitesk.atp.tree.generation.TreeDefaultFunction
 

G

generator - Variable in class com.unitesk.atp.text.generation.DefaultFunction
 
Generator - Interface in com.unitesk.atp.text.generation
The text generator that process text patterns and generates text.
get(String) - Method in class com.unitesk.atp.tool.DynamicVariablesTable
Returns a variable with the specified name.
get(Tree, Node) - Method in class com.unitesk.atp.tree.tool.Attribute
Inheritors must override this method to implement attribute computation.
get(String, Node) - Method in class com.unitesk.atp.tree.tool.Plugin
Computes an attribute with the specified name of the specified node of the same tree.
get(String, Tree, Node) - Method in interface com.unitesk.atp.tree.tool.PluginManager
Computes attribute of node of the specified tree.
get(String, Tree, Node) - Method in class com.unitesk.atp.tree.tool.PluginManagerClass
get(String, Tree, Node) - Method in class com.unitesk.atp.tree.tool.Tool
getAttribute(Object, String) - Static method in class com.unitesk.atp.dynattrs.Accessor
Returns value of attribute of the specified object.
getAttribute(Object, String, int) - Static method in class com.unitesk.atp.dynattrs.Accessor
Returns element of indexed attribute by index.
getAttribute(Object, String, Attributed) - Static method in class com.unitesk.atp.dynattrs.Accessor
Возвращает значение, на которое указывает заданная цепочка атрибутов для данного объекта.
getAttribute(String) - Method in interface com.unitesk.atp.dynattrs.Attributed
Retrieves the value of a simple attribute with the specified name.
getAttribute(String, int) - Method in interface com.unitesk.atp.dynattrs.Attributed
Retrieves the value of the specified element of an indexed attribute with the specified name.
getAttribute(String) - Method in class com.unitesk.atp.dynattrs.BeanMapAttributed
Retrieves the value of a simple attribute with the specified name.
getAttribute(String) - Method in class com.unitesk.atp.dynattrs.BeanWrapper
Retrieves the value of a simple attribute with the specified name.
getAttribute(String, int) - Method in class com.unitesk.atp.dynattrs.IndexedAttributedImpl
Retrieves the value of the specified element of an indexed attribute with the specified name.
getAttribute(String) - Method in class com.unitesk.atp.dynattrs.MapAttributed
Retrieves the value of a simple attribute with the specified name.
getAttributeNames(Object) - Static method in class com.unitesk.atp.dynattrs.Accessor
Returns the set of attribute names the specified object.
getAttributeNames() - Method in interface com.unitesk.atp.dynattrs.Attributed
Returns the names of all attributes.
getAttributeNames() - Method in class com.unitesk.atp.dynattrs.BeanMapAttributed
Returns the names of all attributes.
getAttributeNames() - Method in class com.unitesk.atp.dynattrs.BeanWrapper
Returns the names of all attributes.
getAttributeNames() - Method in class com.unitesk.atp.dynattrs.MapAttributed
Returns the names of all attributes.
getBeanClassPropertyNames(Class) - Static method in class com.unitesk.atp.dynattrs.Accessor
Returns the set of names of bean properties for objects of the specified class.
getBeanProperty(Object, String) - Static method in class com.unitesk.atp.dynattrs.Accessor
Returns a value of the specified bean property.
getBeanPropertyNames(Object) - Static method in class com.unitesk.atp.dynattrs.Accessor
Returns the set of names of bean properties of the specified object.
getBeanPropertyReadMethod(Object, String) - Static method in class com.unitesk.atp.dynattrs.Accessor
Returns read method for the specified property of the specified bean.
getBeanPropertyWriteMethod(Object, String) - Static method in class com.unitesk.atp.dynattrs.Accessor
Returns write method for the specified property of the specified bean.
getBundle(Class) - Method in class com.unitesk.atp.text.localize.ConstantStringManager
Loads bundle of localized strings for the specified class.
getCause() - Method in class com.unitesk.atp.messages.InternalErrorMessage
 
getClient() - Method in class com.unitesk.atp.text.filters.Filter
Gets the client of this filter.
getCode() - Method in exception com.unitesk.atp.messages.FatalErrorException
 
getColumn() - Method in class com.unitesk.atp.text.filters.PositionFilter
 
getColumn() - Method in class com.unitesk.atp.text.location.Position
Returns the column of this position.
getCurrentTree() - Method in class com.unitesk.atp.tree.tool.Plugin
 
getEnd() - Method in class com.unitesk.atp.text.location.Range
Returns the end position of this range.
getEndPosition(Token) - Static method in class com.unitesk.atp.tree.tool.antlr.PositionFactory
Get end position of one-line token.
getError(int) - Method in class com.unitesk.atp.messages.ListMessageBox
 
getErrorCount() - Method in interface com.unitesk.atp.messages.MessageBox
Returns error messages count.
getErrorCount() - Method in class com.unitesk.atp.messages.NullMessageBox
Returns error messages count.
getErrorString(int) - Method in class com.unitesk.atp.messages.ListMessageBox
 
getExpectedType() - Method in class com.unitesk.atp.messages.TypeMismatchMessage
Returns expected type.
getFile() - Method in class com.unitesk.atp.messages.FileMessage
 
getFile() - Method in class com.unitesk.atp.messages.FileStatusMessage
 
getFile() - Method in class com.unitesk.atp.text.filters.MessageBoxExceptionHandler
 
getFile() - Method in interface com.unitesk.atp.tree.Tree
Returns source file for this tree or null if tree was build not from file.
getFile() - Method in class com.unitesk.atp.tree.TreeClass
Returns source file for this tree or null if tree was build not from file.
getFirstToken() - Method in class com.unitesk.atp.tree.tool.antlr.LinkFilter
Returns the first token of chain.
getFoundType() - Method in class com.unitesk.atp.messages.TypeMismatchMessage
Returns found type.
getFunc() - Method in exception com.unitesk.atp.text.generation.UndefinedFunctionException
 
getFunction(String) - Method in class com.unitesk.atp.text.generation.BasicGenerator
Returns function by name.
getFunction(String) - Method in interface com.unitesk.atp.text.generation.Generator
Returns function by name.
getFunction(String) - Method in class com.unitesk.atp.tree.generation.TextGeneratorClient
Returns function by name.
getIndent() - Method in class com.unitesk.atp.text.filters.IndentFilter
Returns the current indent level.
getIndent() - Method in interface com.unitesk.atp.tree.generation.TextGenerator
Returns the current indent level.
getIndent() - Method in class com.unitesk.atp.tree.generation.TextGeneratorClient
Returns the current indent level.
getIndent() - Method in class com.unitesk.atp.tree.generation.TextGeneratorServer
Returns the current indent level.
getIndentStep() - Method in class com.unitesk.atp.text.filters.IndentFilter
Returns the indent step.
getIndexed(Object, int) - Static method in class com.unitesk.atp.dynattrs.Accessor
Returns element of the specified index value.
getInfo(int) - Method in class com.unitesk.atp.messages.ListMessageBox
 
getInfoCount() - Method in interface com.unitesk.atp.messages.MessageBox
Returns information messages count.
getInfoCount() - Method in class com.unitesk.atp.messages.NullMessageBox
Returns information messages count.
getInfoString(int) - Method in class com.unitesk.atp.messages.ListMessageBox
 
getKind() - Method in exception com.unitesk.atp.dynattrs.AttributePathException
 
getKind() - Method in interface com.unitesk.atp.tool.Plugin
Returns the type of plugin - action, attribute etc.
getKind() - Method in class com.unitesk.atp.tree.tool.Action
Returns the type of plugin.
getKind() - Method in class com.unitesk.atp.tree.tool.Attribute
Returns the type of plugin.
getKindString() - Method in exception com.unitesk.atp.dynattrs.AttributePathException
 
getLastToken() - Method in class com.unitesk.atp.tree.tool.antlr.LinkFilter
Returns the last token of chain.
getLength() - Method in class com.unitesk.atp.text.location.OffsetRange
 
getLevel() - Method in class com.unitesk.atp.messages.MessageContext
 
getLine() - Method in class com.unitesk.atp.text.filters.PositionFilter
 
getLine() - Method in class com.unitesk.atp.text.location.Position
Returns the line of this position.
getMessage() - Method in exception com.unitesk.atp.dynattrs.AttributeException
 
getMessage() - Method in exception com.unitesk.atp.dynattrs.AttributePathException
 
getMessage() - Method in class com.unitesk.atp.messages.MessageContext
 
getMessage() - Method in exception com.unitesk.atp.text.generation.UndefinedFunctionException
 
getMessageBox() - Method in class com.unitesk.atp.messages.MessageContext
 
getMessageBox() - Method in class com.unitesk.atp.text.filters.MessageBoxExceptionHandler
 
getMessageBox() - Method in interface com.unitesk.atp.tool.PluginManager
Returns message box.
getMessageBox() - Method in class com.unitesk.atp.tool.PluginManagerClass
Returns message box.
getMessageBox() - Method in class com.unitesk.atp.tree.tool.Tree
Returns message box of plugin manager.
getName() - Method in exception com.unitesk.atp.dynattrs.AttributeException
 
getName() - Method in class com.unitesk.atp.messages.CircularDependenceMessage
Returns name from loop.
getName() - Method in class com.unitesk.atp.messages.EntityValueMessage
Returns entity name.
getName() - Method in class com.unitesk.atp.messages.NameNotFoundMessage
Returns undefined name.
getName() - Method in class com.unitesk.atp.messages.NameRedefinitionMessage
Returns redefined name.
getName() - Method in class com.unitesk.atp.tool.DynamicVariablesTable
Gets the name of this table.
getName() - Method in interface com.unitesk.atp.tool.Plugin
Returns plugin name.
getName() - Method in class com.unitesk.atp.tool.PluginClass
Returns plugin name.
getName() - Method in interface com.unitesk.atp.tool.PluginManager
Get plugin manager name.
getName() - Method in class com.unitesk.atp.tool.PluginManagerClass
Get plugin manager name.
getName() - Method in class com.unitesk.atp.tree.tool.PluginInfoMessage
 
getNextToken() - Method in class com.unitesk.atp.tree.tool.antlr.LinkedToken
Get the next token
getNode() - Method in interface com.unitesk.atp.tree.generation.TextGenerator
Returns current node.
getNode() - Method in class com.unitesk.atp.tree.generation.TextGeneratorClient
Returns current node.
getNode() - Method in class com.unitesk.atp.tree.generation.TextGeneratorServer
Returns current node.
getNode() - Method in class com.unitesk.atp.tree.tool.antlr.LinkedToken
Get linked tree node.
getObject() - Method in exception com.unitesk.atp.dynattrs.AttributeException
 
getObject() - Method in exception com.unitesk.atp.dynattrs.AttributePathException
 
getOffset() - Method in class com.unitesk.atp.text.location.OffsetPosition
Returns offset of this position.
getOffset() - Method in class com.unitesk.atp.tree.tool.antlr.OffsetToken
 
getOffsetEnd() - Method in class com.unitesk.atp.text.location.OffsetRange
 
getOffsetPosition(Token) - Static method in class com.unitesk.atp.tree.tool.antlr.PositionFactory
Get offset position.
getOffsetStart() - Method in class com.unitesk.atp.text.location.OffsetRange
 
getOldPosition() - Method in class com.unitesk.atp.messages.NameRedefinitionMessage
Returns position of previous definition.
getParent() - Method in interface com.unitesk.atp.tree.Node
Gets the parent of this node.
getParent() - Method in class com.unitesk.atp.tree.TreeClass.NodeClass
 
getPath() - Method in exception com.unitesk.atp.dynattrs.AttributePathException
 
getPattern() - Method in exception com.unitesk.atp.text.generation.UndefinedFunctionException
 
getPattern(Object) - Method in class com.unitesk.atp.text.localize.PatternDefaultFunction
 
getPattern(String, Object) - Method in class com.unitesk.atp.text.localize.PatternStringManager
 
getPattern(Class, String) - Method in class com.unitesk.atp.text.localize.PatternStringManager
 
getPlugin(String) - Method in interface com.unitesk.atp.tool.Plugin
Returns plugin with the specified name.
getPlugin(String) - Method in class com.unitesk.atp.tool.PluginClass
Returns plugin with the specified name.
getPlugin(String) - Method in interface com.unitesk.atp.tool.PluginManager
Returns the plugin with the specified name.
getPlugin(String) - Method in class com.unitesk.atp.tool.PluginManagerClass
Returns the plugin with the specified name.
getPlugin() - Method in class com.unitesk.atp.tree.tool.PluginInfoMessage
 
getPluginManager() - Method in interface com.unitesk.atp.tool.Plugin
Gets plugin manager for this plugin.
getPluginManager() - Method in class com.unitesk.atp.tool.PluginClass
Gets plugin manager for this plugin.
getPluginManager() - Method in class com.unitesk.atp.tree.tool.Tree
Returns plugin manager for this tree.
getPluginProperty(Object, String) - Method in interface com.unitesk.atp.tool.PluginManager
Gets the value of a plugin property with the specified name for the specified plugin.
getPluginProperty(Object, String, String) - Method in interface com.unitesk.atp.tool.PluginManager
Gets the value of a plugin property with the specified name for the specified plugin or default value if this property is not defined.
getPluginProperty(Object, String) - Method in class com.unitesk.atp.tool.PluginManagerClass
Gets the value of a plugin property with the specified name for the specified plugin.
getPluginProperty(Object, String, String) - Method in class com.unitesk.atp.tool.PluginManagerClass
Gets the value of a plugin property with the specified name for the specified plugin or default value if this property is not defined.
getPluginPropertyName(Object, String) - Method in interface com.unitesk.atp.tool.PluginManager
Gets the qualified property name for plugin property name of the specified plugin.
getPluginPropertyName(Object, String) - Method in class com.unitesk.atp.tool.PluginManagerClass
Gets the qualified property name for plugin property name of the specified plugin.
getPos() - Method in exception com.unitesk.atp.dynattrs.AttributePathException
 
getPosition() - Method in class com.unitesk.atp.messages.FilePositionMessage
 
getPosition() - Method in class com.unitesk.atp.text.filters.PositionFilter
 
getPosition() - Method in class com.unitesk.atp.tree.tool.antlr.OffsetToken
 
getPosition(Token) - Static method in class com.unitesk.atp.tree.tool.antlr.PositionFactory
Get position of token.
getPrevToken() - Method in class com.unitesk.atp.tree.tool.antlr.LinkedToken
Get the previous token
getProperty(Object, String) - Method in class com.unitesk.atp.tool.DynamicVariablesTable
Gets the value of plugin property with the specified name for the specified variable.
getProperty(Object, String, String) - Method in class com.unitesk.atp.tool.DynamicVariablesTable
Gets the value of plugin property with the specified name for the specified variable or default value if this property is not defined.
getProperty(String) - Method in interface com.unitesk.atp.tool.Plugin
Gets the value of a plugin property with the specified name.
getProperty(String, String) - Method in interface com.unitesk.atp.tool.Plugin
Gets the value of a plugin property with the specified name or the specified default value if this property is not defined.
getProperty(String) - Method in class com.unitesk.atp.tool.PluginClass
Gets the value of a plugin property with the specified name.
getProperty(String, String) - Method in class com.unitesk.atp.tool.PluginClass
Gets the value of a plugin property with the specified name or the specified default value if this property is not defined.
getProperty(String) - Method in class com.unitesk.atp.tool.PluginManagerClass
Get property value for the specified property name.
getProperty(String, String) - Method in class com.unitesk.atp.tool.PluginManagerClass
Get property value for the specified property name.
getPropertyName(Object, String) - Method in class com.unitesk.atp.tool.DynamicVariablesTable
Gets the system property name for plugin property name of the specified variable.
getPropertyName(String) - Method in interface com.unitesk.atp.tool.Plugin
Gets the name of a system property for the specified plugin property.
getPropertyName(String) - Method in class com.unitesk.atp.tool.PluginClass
Gets the name of a system property for the specified plugin property.
getRange(Token) - Static method in class com.unitesk.atp.tree.tool.antlr.PositionFactory
Get range of the given one-line token.
getRevision(String) - Static method in class com.unitesk.atp.tool.PluginClass
Returns revision number from CVS tag #Revision#
getRootNode() - Method in interface com.unitesk.atp.tree.Tree
Returns root of this tree.
getRootNode() - Method in class com.unitesk.atp.tree.TreeClass
Returns root of this tree.
getStart() - Method in class com.unitesk.atp.text.location.Range
Returns the start position of this range.
getStatus() - Method in class com.unitesk.atp.messages.FileStatusMessage
 
getString(Class, String, Object) - Method in class com.unitesk.atp.messages.MessageStringManager
 
getString(String, Object) - Method in class com.unitesk.atp.messages.MessageStringManager
 
getString(Class, String) - Method in class com.unitesk.atp.messages.MessageStringManager
 
getString(MessageContext) - Method in class com.unitesk.atp.messages.MessageStringManager
 
getString(Class, String) - Method in class com.unitesk.atp.text.localize.ConstantStringManager
Get localized string for the specified class.
getString(String, Object) - Method in class com.unitesk.atp.text.localize.ConstantStringManager
Get localized string for the specified object.
getString(Class, String, Object) - Method in class com.unitesk.atp.text.localize.ConstantStringManager
Get localized string for the specified class and customize it for the specified object.
getString(Class, String, Object) - Method in class com.unitesk.atp.text.localize.PatternStringManager
Get localized string for the specified class and object.
getString(String, Object) - Method in class com.unitesk.atp.text.localize.PatternStringManager
Get localized string for the specified object.
getString(String, Object) - Method in interface com.unitesk.atp.text.localize.StringManager
Get localized string for the specified object.
getString(Class, String) - Method in interface com.unitesk.atp.text.localize.StringManager
Get localized string for the specified class.
getString(Class, String, Object) - Method in interface com.unitesk.atp.text.localize.StringManager
Get localized string for the specified class and customize it for the specified object.
getStringManager() - Method in interface com.unitesk.atp.messages.MessageBox
Returns localized string manager for this message box.
getStringManager() - Method in class com.unitesk.atp.messages.NullMessageBox
Returns localized string manager for this message box.
getStyle(int) - Method in class com.unitesk.atp.tree.generation.TokenStyleManager
Returns token style for given token type.
getText() - Method in class com.unitesk.atp.messages.SyntaxErrorMessage
 
getText() - Method in class com.unitesk.atp.text.filters.StringTextReceiver
Gets the text currently buffered and clear buffer.
getText() - Method in class com.unitesk.atp.tree.tool.antlr.LinkedToken
Overrides CommonToken.getText()
getThis() - Method in class com.unitesk.atp.tree.TreeClass.NodeClass
Provides access to 'this' through Attributed interface.
getTool() - Method in class com.unitesk.atp.tree.tool.ToolInfoMessage
 
getTree() - Method in interface com.unitesk.atp.tree.tool.PluginManager
Returns tree under processing.
getTree() - Method in class com.unitesk.atp.tree.tool.PluginManagerClass
getTree() - Method in class com.unitesk.atp.tree.tool.Tool
getType() - Method in class com.unitesk.atp.messages.CircularDependenceMessage
Returns entity type.
getType() - Method in class com.unitesk.atp.messages.EntityRedefinitionMessage
Returns type of redefined name.
getType() - Method in class com.unitesk.atp.messages.NameNotFoundMessage
Returns type of undefined name, for example, class, variable, property etc.
getValue() - Method in exception com.unitesk.atp.dynattrs.AttributeException
 
getValue() - Method in class com.unitesk.atp.messages.EntityValueMessage
Returns entity value.
getVariable(String) - Method in class com.unitesk.atp.text.generation.BasicGenerator
Returns variable by name.
getVariable(String) - Method in interface com.unitesk.atp.text.generation.Generator
Returns variable by name.
getVariable(String) - Method in class com.unitesk.atp.tree.generation.TextGeneratorClient
Returns variable by name.
getVersion() - Method in interface com.unitesk.atp.tool.Plugin
Returns plugin version.
getVersion() - Method in class com.unitesk.atp.tool.Tool
Returns tool version.
getVersion() - Method in class com.unitesk.atp.tree.tool.DumpAction
Returns plugin version.
getWarning(int) - Method in class com.unitesk.atp.messages.ListMessageBox
 
getWarningCount() - Method in interface com.unitesk.atp.messages.MessageBox
Returns warning messages count.
getWarningCount() - Method in class com.unitesk.atp.messages.NullMessageBox
Returns warning messages count.
getWarningString(int) - Method in class com.unitesk.atp.messages.ListMessageBox
 

H

hasAttribute(Object, String) - Static method in class com.unitesk.atp.dynattrs.Accessor
Checks existence of an attribute with the specified name of the specified object.
hasAttribute(String) - Method in interface com.unitesk.atp.dynattrs.Attributed
Checks existence of an attribute with the specified name.
hasAttribute(String) - Method in class com.unitesk.atp.dynattrs.BeanMapAttributed
Checks existence of an attribute with the specified name.
hasAttribute(String) - Method in class com.unitesk.atp.dynattrs.BeanWrapper
Checks existence of an attribute with the specified name.
hasAttribute(String) - Method in class com.unitesk.atp.dynattrs.MapAttributed
Checks existence of an attribute with the specified name.
hasBeanProperty(Object, String) - Static method in class com.unitesk.atp.dynattrs.Accessor
Checks existence of bean property of the specified object.
hashCode() - Method in class com.unitesk.atp.text.location.Position
 
hashCode() - Method in class com.unitesk.atp.text.location.Range
 
help(List) - Method in class com.unitesk.atp.tool.PluginManagerClass
Prints help messages for plugins.

I

incIndent() - Method in interface com.unitesk.atp.tree.generation.TextGenerator
Increases indent level at one indent step.
incIndent() - Method in class com.unitesk.atp.tree.generation.TextGeneratorClient
Increases indent level at one indent step.
incIndent() - Method in class com.unitesk.atp.tree.generation.TextGeneratorServer
Increases indent level at one indent step.
incIndent() - Method in class com.unitesk.atp.tree.TreePrinter
 
IndentFilter - Class in com.unitesk.atp.text.filters
This filter manages indent levels and inserts spaces according to the current indent level at the start of every line.
IndentFilter(TextReceiver) - Constructor for class com.unitesk.atp.text.filters.IndentFilter
Constructs indent filter with default indent step.
IndentFilter(TextReceiver, int) - Constructor for class com.unitesk.atp.text.filters.IndentFilter
Constructs indent server with given indent step.
indentFilter - Variable in class com.unitesk.atp.tree.generation.TextGeneratorServer
Indent manager filter.
indentFilter - Variable in class com.unitesk.atp.tree.TreePrinter
 
INDEX_VALUE - Static variable in exception com.unitesk.atp.dynattrs.AttributePathException
Problem with index value - it is not integer.
IndexedAttributedImpl - Class in com.unitesk.atp.dynattrs
The default implementation of Attributed methods that deals with indexed attributes.
IndexedAttributedImpl() - Constructor for class com.unitesk.atp.dynattrs.IndexedAttributedImpl
 
info(Message) - Method in class com.unitesk.atp.messages.ListMessageBox
 
info(String) - Method in class com.unitesk.atp.messages.ListMessageBox
 
info(Message) - Method in interface com.unitesk.atp.messages.MessageBox
TODO: make deprecated Outputs information message.
info(String) - Method in interface com.unitesk.atp.messages.MessageBox
Outputs information line.
info(Message) - Method in class com.unitesk.atp.messages.NullMessageBox
TODO: make deprecated Outputs information message.
info(String) - Method in class com.unitesk.atp.messages.NullMessageBox
Outputs information line.
InfoMessageLevel - Class in com.unitesk.atp.messages
Info message level.
InfoMessageLevel() - Constructor for class com.unitesk.atp.messages.InfoMessageLevel
 
infoMessageList - Variable in class com.unitesk.atp.messages.ListMessageBox
 
infoStr(String) - Method in class com.unitesk.atp.messages.ListMessageBox
 
infoStr(String) - Method in class com.unitesk.atp.messages.NullMessageBox
 
infoStr(String) - Method in class com.unitesk.atp.messages.PrintStreamMessageBox
 
infoStringList - Variable in class com.unitesk.atp.messages.ListMessageBox
 
init(PluginManager, String) - Method in interface com.unitesk.atp.tool.Plugin
Links this plugin to the specified plugin manager.
init(PluginManager, String) - Method in class com.unitesk.atp.tool.PluginClass
Links this plugin to the specified plugin manager.
init(PluginManager, String) - Method in class com.unitesk.atp.tree.tool.Plugin
Links this plugin to the specified plugin manager. Must be called before plugin usage.
initConfig() - Method in class com.unitesk.atp.tool.PluginManagerClass
 
initConfig() - Method in class com.unitesk.atp.tool.Tool
initMessageBox() - Method in class com.unitesk.atp.tool.PluginManagerClass
 
initMessageBox() - Method in class com.unitesk.atp.tool.Tool
Initializes tool message box by instance of class with name specified by property <tool>.mbox.class.
initName() - Method in class com.unitesk.atp.tool.PluginManagerClass
 
initName() - Method in class com.unitesk.atp.tool.Tool
In addition to PluginManagerClass.name initialization this method should initialize Tool.version
initPluginsTable() - Method in class com.unitesk.atp.tool.PluginManagerClass
 
initPluginsTable() - Method in class com.unitesk.atp.tool.Tool
Initializes tool plugins table from file with name specified by property <tool>.plugins.table.
InputFileStatus - Class in com.unitesk.atp.messages
Alexey Demakov
InputFileStatus() - Constructor for class com.unitesk.atp.messages.InputFileStatus
 
insertAfter(String) - Method in class com.unitesk.atp.tree.tool.antlr.LinkedToken
Insert token after this token.
insertBefore(String) - Method in class com.unitesk.atp.tree.tool.antlr.LinkedToken
Insert token before this token.
InternalErrorMessage - Class in com.unitesk.atp.messages
Message notifying about internal error.
InternalErrorMessage(String) - Constructor for class com.unitesk.atp.messages.InternalErrorMessage
Constructs message notifying about internal error.
IOErrorMessage - Class in com.unitesk.atp.messages
Message notifying about I/O Error.
IOErrorMessage(File) - Constructor for class com.unitesk.atp.messages.IOErrorMessage
Constructs message notifing that I/O Error occured.
isAttrCreatable() - Method in interface com.unitesk.atp.dynattrs.Attributed
Checks whether attributes may be created dynamically.
isAttrCreatable() - Method in class com.unitesk.atp.dynattrs.BeanWrapper
Bean wrapper doesn't allow creation of attributes.
isAttrCreatable() - Method in class com.unitesk.atp.dynattrs.MapAttributed
Always returns true - attributes of this class may be created dynamically.
isBeanPropertyIndexed(Object, String) - Static method in class com.unitesk.atp.dynattrs.Accessor
Checks if a value of the bean property can be indexed.
isBeanPropertyWritable(Object, String) - Static method in class com.unitesk.atp.dynattrs.Accessor
Checks writability of bean property of the specified object.
isID(String) - Static method in class com.unitesk.atp.dynattrs.Accessor
Checks whether the given name is a valid identifier.
isIndexed(Object) - Static method in class com.unitesk.atp.dynattrs.Accessor
Checks if value can be indexed.
isIndexed(String) - Method in interface com.unitesk.atp.dynattrs.Attributed
Checks whether an attribute with the specified name may be indexed.
isIndexed(String) - Method in class com.unitesk.atp.dynattrs.IndexedAttributedImpl
Checks whether an attribute with the specified name may be indexed.
isLineStart() - Method in class com.unitesk.atp.text.filters.IndentFilter
Returns the current state of the line start indicator.
isRemovable(String) - Method in interface com.unitesk.atp.dynattrs.Attributed
Checks whether an attribute with the specified name may be removed dynamically.
isRemovable(String) - Method in class com.unitesk.atp.dynattrs.BeanMapAttributed
All existent attributes may be removed dynamically.
isRemovable(String) - Method in class com.unitesk.atp.dynattrs.BeanWrapper
Bean wrapper doesn't allow removal of attributes.
isRemovable(String) - Method in class com.unitesk.atp.dynattrs.MapAttributed
All existent attributes may be removed dynamically.
isWritable(String) - Method in interface com.unitesk.atp.dynattrs.Attributed
Checks whether a value of an attribute with the specified name may be changed.
isWritable(String) - Method in class com.unitesk.atp.dynattrs.BeanMapAttributed
Always returns true - all attributes of this class are writable.
isWritable(String) - Method in class com.unitesk.atp.dynattrs.BeanWrapper
Checks whether a value of an attribute with the specified name may be changed.
isWritable(String) - Method in class com.unitesk.atp.dynattrs.MapAttributed
Always returns true - all attributes of this class are writable.

J

JavaUnicodeEscapeFilterReader - Class in com.unitesk.atp.tree.tool.antlr
This reader converts Java Unicode Escapes (\\u+XXXX) to unicode characters as described in JLS 3.2 step 1
JavaUnicodeEscapeFilterReader(Reader) - Constructor for class com.unitesk.atp.tree.tool.antlr.JavaUnicodeEscapeFilterReader
 

K

key() - Method in interface com.unitesk.atp.tree.Keyed
Returns key.
key() - Method in class com.unitesk.atp.tree.TreeClass.EnumClass
 
keyClass() - Method in interface com.unitesk.atp.tree.Keyed
Returns key class.
keyClass() - Method in class com.unitesk.atp.tree.TreeClass.EnumClass
 
Keyed - Interface in com.unitesk.atp.tree
Keyed object.
kind - Variable in exception com.unitesk.atp.dynattrs.AttributePathException
 

L

last - Variable in class com.unitesk.atp.tree.tool.antlr.LinkFilter
 
level - Static variable in class com.unitesk.atp.messages.ErrorMessageLevel
 
level - Static variable in class com.unitesk.atp.messages.InfoMessageLevel
 
level - Static variable in class com.unitesk.atp.messages.WarningMessageLevel
 
lineLength(String) - Static method in class com.unitesk.atp.text.filters.PositionFilter
 
LineSplitFilter - Class in com.unitesk.atp.text.filters
The filter that receives strings containing line separators splits them into strings without line separators and line separatos and passes all to the client.
LineSplitFilter(TextReceiver) - Constructor for class com.unitesk.atp.text.filters.LineSplitFilter
Constructs line split filter.
lineSplitFilter - Variable in class com.unitesk.atp.tree.generation.TextGeneratorServer
Line splitter.
LinkedToken - Class in com.unitesk.atp.tree.tool.antlr
Token linked with previous/next tokens and (optional) with tree node
LinkedToken() - Constructor for class com.unitesk.atp.tree.tool.antlr.LinkedToken
 
LinkFilter - Class in com.unitesk.atp.tree.tool.antlr
Token stream filter that links tokens into chain
LinkFilter(TokenStream) - Constructor for class com.unitesk.atp.tree.tool.antlr.LinkFilter
 
list(String, int, int, String, String) - Method in interface com.unitesk.atp.tree.generation.TextGenerator
Prints list of strings.
list(String, int, int, String, String) - Method in class com.unitesk.atp.tree.generation.TextGeneratorClient
Prints list of strings.
list(String, int, int, String, String) - Method in class com.unitesk.atp.tree.generation.TextGeneratorServer
Prints list of strings.
ListFactory - Interface in com.unitesk.atp.tree.tool.antlr
List factory to use in parser
ListMessageBox - Class in com.unitesk.atp.messages
Alexey Demakov
ListMessageBox() - Constructor for class com.unitesk.atp.messages.ListMessageBox
 
ListMessageBox(MessageStringManager) - Constructor for class com.unitesk.atp.messages.ListMessageBox
 
load(InputStream) - Method in class com.unitesk.atp.tool.DynamicVariablesTable
Loads variables from the specified input stream.
load(String, String) - Method in class com.unitesk.atp.tool.DynamicVariablesTable
Loads a variable of the specified type and associates it with the specified name.
loadPlugins(InputStream) - Method in class com.unitesk.atp.tool.PluginManagerClass
Loads plugins from the specified input stream.
locale - Variable in class com.unitesk.atp.text.localize.ConstantStringManager
 

M

makeChild(String) - Method in interface com.unitesk.atp.tree.Node
Makes a value of the specified attribute a child of this node.
makeChild(String) - Method in class com.unitesk.atp.tree.TreeClass.NodeClass
 
MapAttributed - Class in com.unitesk.atp.dynattrs
The implementation of Attributed interface that stores attributes in Map.
MapAttributed() - Constructor for class com.unitesk.atp.dynattrs.MapAttributed
Class constructor with the default map created by MapAttributed.createMap().
MapAttributed(Map) - Constructor for class com.unitesk.atp.dynattrs.MapAttributed
Class constructor with the specified map.
mbox - Variable in class com.unitesk.atp.tool.PluginClass
 
mbox - Variable in class com.unitesk.atp.tool.PluginManagerClass
The message box for application messages.
mbox - Variable in class com.unitesk.atp.tree.tool.Tree
 
mbox_class_property_name - Variable in class com.unitesk.atp.tool.Tool
 
Message - Interface in com.unitesk.atp.messages
The interface of application message.
MessageBox - Interface in com.unitesk.atp.messages
The message box for application messages.
MessageBoxExceptionHandler - Class in com.unitesk.atp.text.filters
Implementation of exception handler that put message in given message box.
MessageBoxExceptionHandler(MessageBox, File) - Constructor for class com.unitesk.atp.text.filters.MessageBoxExceptionHandler
 
MessageBoxStatisticsMessage - Class in com.unitesk.atp.messages
Message with message box statistics.
MessageBoxStatisticsMessage() - Constructor for class com.unitesk.atp.messages.MessageBoxStatisticsMessage
Constructs message.
MessageContext - Class in com.unitesk.atp.messages
Message context contains all information for messsage output.
MessageContext(MessageBox) - Constructor for class com.unitesk.atp.messages.MessageContext
 
MessageLevel - Interface in com.unitesk.atp.messages
Error level.
MessageStringManager - Class in com.unitesk.atp.messages
Message string manager.
MessageStringManager() - Constructor for class com.unitesk.atp.messages.MessageStringManager
 
mustBeID(String) - Method in class com.unitesk.atp.text.generation.BasicGenerator
 

N

name - Variable in exception com.unitesk.atp.dynattrs.AttributeException
 
name - Variable in class com.unitesk.atp.tool.PluginClass
 
name - Variable in class com.unitesk.atp.tool.PluginManagerClass
Plugin manager name.
name_to_func - Variable in class com.unitesk.atp.text.generation.BasicGenerator
 
name_to_var - Variable in class com.unitesk.atp.text.generation.BasicGenerator
 
NameNotFoundMessage - Class in com.unitesk.atp.messages
Message notifying that a name was not found.
NameNotFoundMessage(File, Position, String, String) - Constructor for class com.unitesk.atp.messages.NameNotFoundMessage
Constructs message.
NameRedefinitionMessage - Class in com.unitesk.atp.messages
Message notifying that a name already defined.
NameRedefinitionMessage(File, Position, String, Position) - Constructor for class com.unitesk.atp.messages.NameRedefinitionMessage
Constructs message.
names() - Method in class com.unitesk.atp.tool.DynamicVariablesTable
Returns the names of all defined variables.
next - Variable in class com.unitesk.atp.tree.tool.antlr.LinkedToken
 
nextToken() - Method in class com.unitesk.atp.tree.tool.antlr.LinkFilter
 
nextToken() - Method in class com.unitesk.atp.tree.tool.antlr.OffsetFilter
 
nl() - Method in class com.unitesk.atp.text.filters.Filter
The default implementation passes line separator to the client without any changes.
nl() - Method in class com.unitesk.atp.text.filters.IndentFilter
Receives line separator and passes it to the client.
nl() - Method in class com.unitesk.atp.text.filters.PositionFilter
 
nl() - Method in class com.unitesk.atp.text.filters.StringTextReceiver
Appends the line separator to the internal buffer.
nl() - Method in interface com.unitesk.atp.text.filters.TextReceiver
Receives the line separator.
nl() - Method in class com.unitesk.atp.text.filters.WriterTextReceiver
Passes a line separator to underlying Writer
nl() - Method in interface com.unitesk.atp.tree.generation.TextGenerator
Starts a new line of text.
nl() - Method in class com.unitesk.atp.tree.generation.TextGeneratorClient
Starts a new line of text.
nl() - Method in class com.unitesk.atp.tree.generation.TextGeneratorServer
Starts a new line of text.
nl() - Method in class com.unitesk.atp.tree.TreePrinter
 
NO_CLOSING_BRACKET - Static variable in exception com.unitesk.atp.dynattrs.AttributePathException
No closing bracket for open bracket at position AttributePathException.pos.
Node - Interface in com.unitesk.atp.tree
A node of an attributed tree (AT).
node - Variable in class com.unitesk.atp.tree.tool.antlr.LinkedToken
 
NotFoundFileStatus - Class in com.unitesk.atp.messages
Alexey Demakov
NotFoundFileStatus() - Constructor for class com.unitesk.atp.messages.NotFoundFileStatus
 
NullListFactory - Class in com.unitesk.atp.tree.tool.antlr
List factory that returns null (stub used after errors were occured)
NullListFactory() - Constructor for class com.unitesk.atp.tree.tool.antlr.NullListFactory
 
NullMessageBox - Class in com.unitesk.atp.messages
The message box that discards all messages but counts them.
NullMessageBox() - Constructor for class com.unitesk.atp.messages.NullMessageBox
Creates message box with default string manager.
NullMessageBox(MessageStringManager) - Constructor for class com.unitesk.atp.messages.NullMessageBox
Creates message box with the specified string manager.

O

obj - Variable in exception com.unitesk.atp.dynattrs.AttributeException
 
obj - Variable in exception com.unitesk.atp.dynattrs.AttributePathException
 
OffsetFilter - Class in com.unitesk.atp.tree.tool.antlr
Token stream filter that sets token offsets.
OffsetFilter(TokenStream) - Constructor for class com.unitesk.atp.tree.tool.antlr.OffsetFilter
 
OffsetPosition - Class in com.unitesk.atp.text.location
Position with offset.
OffsetPosition() - Constructor for class com.unitesk.atp.text.location.OffsetPosition
 
OffsetPosition(int, int) - Constructor for class com.unitesk.atp.text.location.OffsetPosition
 
OffsetPosition(int, int, int) - Constructor for class com.unitesk.atp.text.location.OffsetPosition
 
OffsetRange - Class in com.unitesk.atp.text.location
Range specified by offset positions.
OffsetRange() - Constructor for class com.unitesk.atp.text.location.OffsetRange
 
OffsetRange(OffsetPosition, OffsetPosition) - Constructor for class com.unitesk.atp.text.location.OffsetRange
 
OffsetToken - Class in com.unitesk.atp.tree.tool.antlr
Token with position and offset.
OffsetToken() - Constructor for class com.unitesk.atp.tree.tool.antlr.OffsetToken
 
onActionFinish(String, Action) - Method in class com.unitesk.atp.tree.tool.Tool
Invoked before start of the action.
onActionStart(String, Action) - Method in class com.unitesk.atp.tree.tool.Tool
Invoked before start of the action.
onParserFinish(String) - Method in class com.unitesk.atp.tree.tool.Tool
Invoked before start of parsing.
onParserStart(String) - Method in class com.unitesk.atp.tree.tool.Tool
Invoked before start of parsing.
onToolFinish() - Method in class com.unitesk.atp.tree.tool.Tool
Invoked at finish of the tool.
onToolStart() - Method in class com.unitesk.atp.tree.tool.Tool
Invoked at start of the tool.
out - Variable in class com.unitesk.atp.tree.generation.TextGeneratorServer
Client receiving results of text generation.
output_file - Variable in class com.unitesk.atp.tree.tool.DumpAction
 
OutputFileStatus - Class in com.unitesk.atp.messages
Alexey Demakov
OutputFileStatus() - Constructor for class com.unitesk.atp.messages.OutputFileStatus
 

P

param(String) - Method in interface com.unitesk.atp.text.filters.PatternFilter.ParameterProcessor
Receives pattern parameter (without delimeters)
param(String) - Method in class com.unitesk.atp.text.generation.BasicGenerator
Receives pattern parameter (without delimeters)
parse(File) - Method in class com.unitesk.atp.tree.tool.Tool
Parses the input file and sets tree root node.
path - Variable in exception com.unitesk.atp.dynattrs.AttributePathException
 
pattern_filter - Variable in class com.unitesk.atp.text.generation.BasicGenerator
 
PatternDefaultFunction - Class in com.unitesk.atp.text.localize
 
PatternDefaultFunction(PatternStringManager) - Constructor for class com.unitesk.atp.text.localize.PatternDefaultFunction
 
PatternFilter - Class in com.unitesk.atp.text.filters
This filter interprets strings as patterns.
PatternFilter(TextReceiver, PatternFilter.ParameterProcessor) - Constructor for class com.unitesk.atp.text.filters.PatternFilter
Constructs pattern filter with default parameter delimeters $( and ).
PatternFilter(TextReceiver, PatternFilter.ParameterProcessor, String, String) - Constructor for class com.unitesk.atp.text.filters.PatternFilter
Constructs pattern filter with the specified parameter delimeters.
PatternFilter.ParameterProcessor - Interface in com.unitesk.atp.text.filters
Processor of pattern parameters.
PatternStringManager - Class in com.unitesk.atp.text.localize
This string manager treats localized strings as patterns.
PatternStringManager() - Constructor for class com.unitesk.atp.text.localize.PatternStringManager
Creates new localized strings manager using default locale and class loader of this class.
PatternStringManager(Locale) - Constructor for class com.unitesk.atp.text.localize.PatternStringManager
Creates new localized strings manager using the specified locale and class loader of this class.
PatternStringManager(Locale, ClassLoader) - Constructor for class com.unitesk.atp.text.localize.PatternStringManager
Creates new localized strings manager with the specified locale and class loader.
Plugin - Interface in com.unitesk.atp.tool
Plugin is a functionality extention module.
Plugin - Class in com.unitesk.atp.tree.tool
Plug-in is a tool functionality extention module.
Plugin() - Constructor for class com.unitesk.atp.tree.tool.Plugin
 
PluginClass - Class in com.unitesk.atp.tool
Plugin is a tool functionality extention module.
PluginClass() - Constructor for class com.unitesk.atp.tool.PluginClass
 
PluginInfoMessage - Class in com.unitesk.atp.tree.tool
 
PluginInfoMessage(String, Plugin) - Constructor for class com.unitesk.atp.tree.tool.PluginInfoMessage
 
PluginManager - Interface in com.unitesk.atp.tool
Plugin manager interface.
PluginManager - Interface in com.unitesk.atp.tree.tool
Plugin manager interface.
PluginManagerClass - Class in com.unitesk.atp.tool
Plugin manager default implementation.
PluginManagerClass(String, MessageBox, Properties, InputStream) - Constructor for class com.unitesk.atp.tool.PluginManagerClass
Constructs plugin manager with the specified parameters.
PluginManagerClass() - Constructor for class com.unitesk.atp.tool.PluginManagerClass
Default constructor.
PluginManagerClass - Class in com.unitesk.atp.tree.tool
Default implementation of plugin manager interface.
PluginManagerClass() - Constructor for class com.unitesk.atp.tree.tool.PluginManagerClass
 
plugins_file_name - Variable in class com.unitesk.atp.tool.Tool
 
plugins_file_property_name - Variable in class com.unitesk.atp.tool.Tool
 
plugins_file_status - Variable in class com.unitesk.atp.tool.Tool
 
pm - Variable in class com.unitesk.atp.tool.PluginClass
 
pm - Variable in class com.unitesk.atp.tree.tool.Plugin
 
pm - Variable in class com.unitesk.atp.tree.tool.Tree
 
popIndent() - Method in class com.unitesk.atp.text.filters.IndentFilter
Restores the previous indent level.
popIndent() - Method in interface com.unitesk.atp.tree.generation.TextGenerator
Restores previous indent level.
popIndent() - Method in class com.unitesk.atp.tree.generation.TextGeneratorClient
Restores previous indent level.
popIndent() - Method in class com.unitesk.atp.tree.generation.TextGeneratorServer
Restores previous indent level.
popIndent() - Method in class com.unitesk.atp.tree.TreePrinter
 
popNode() - Method in interface com.unitesk.atp.tree.generation.TextGenerator
Restore previous node.
popNode() - Method in class com.unitesk.atp.tree.generation.TextGeneratorClient
Restore previous node.
popNode() - Method in class com.unitesk.atp.tree.generation.TextGeneratorServer
Restore previous node.
pos - Variable in exception com.unitesk.atp.dynattrs.AttributePathException
 
Position - Class in com.unitesk.atp.text.location
Text position is specified by line and column.
Position() - Constructor for class com.unitesk.atp.text.location.Position
Stub constructor sets line and column in (0,0).
Position(int, int) - Constructor for class com.unitesk.atp.text.location.Position
Creates position with the specified line and column.
PositionFactory - Class in com.unitesk.atp.tree.tool.antlr
Create positions from token.
PositionFactory() - Constructor for class com.unitesk.atp.tree.tool.antlr.PositionFactory
 
PositionFilter - Class in com.unitesk.atp.text.filters
Calculates line and position in output text.
PositionFilter(TextReceiver, int, boolean) - Constructor for class com.unitesk.atp.text.filters.PositionFilter
Filter constructor.
PositionFilter(TextReceiver) - Constructor for class com.unitesk.atp.text.filters.PositionFilter
 
prev - Variable in class com.unitesk.atp.tree.tool.antlr.LinkedToken
 
PrintStreamMessageBox - Class in com.unitesk.atp.messages
The message box that prints messages to output stream (and also logs them).
PrintStreamMessageBox(MessageStringManager, PrintStream, PrintStream, PrintStream) - Constructor for class com.unitesk.atp.messages.PrintStreamMessageBox
 
PrintStreamMessageBox(MessageStringManager, PrintStream) - Constructor for class com.unitesk.atp.messages.PrintStreamMessageBox
 
PrintStreamMessageBox(MessageStringManager) - Constructor for class com.unitesk.atp.messages.PrintStreamMessageBox
 
PrintStreamMessageBox(PrintStream, PrintStream, PrintStream) - Constructor for class com.unitesk.atp.messages.PrintStreamMessageBox
 
PrintStreamMessageBox(PrintStream) - Constructor for class com.unitesk.atp.messages.PrintStreamMessageBox
 
PrintStreamMessageBox() - Constructor for class com.unitesk.atp.messages.PrintStreamMessageBox
 
process(Exception) - Method in interface com.unitesk.atp.text.filters.ExceptionHandler
Process the specified exception.
process(Exception) - Method in class com.unitesk.atp.text.filters.MessageBoxExceptionHandler
 
process(Object) - Method in class com.unitesk.atp.text.generation.DefaultFunction
Outputs text representation of the specified object to generator using Generator.txtAsIs(String).
process(Object) - Method in interface com.unitesk.atp.text.generation.Function
Processes the specified object.
process(Object) - Method in class com.unitesk.atp.text.localize.PatternDefaultFunction
 
process(Object) - Method in class com.unitesk.atp.tree.generation.TextGeneratorClient
Processes the specified object.
process(Object) - Method in class com.unitesk.atp.tree.generation.TreeDefaultFunction
 
process(Tree) - Method in class com.unitesk.atp.tree.tool.Action
Inheritor must override this method to implement action over tree.
process(Tree) - Method in class com.unitesk.atp.tree.tool.DumpAction
 
process(String) - Method in class com.unitesk.atp.tree.tool.Plugin
Performs an action with the specified name over the same tree.
process(String, Tree) - Method in interface com.unitesk.atp.tree.tool.PluginManager
Performs action over the specified tree.
process(String, Tree) - Method in class com.unitesk.atp.tree.tool.PluginManagerClass
process(String, Tree) - Method in class com.unitesk.atp.tree.tool.Tool
properties_file_name - Variable in class com.unitesk.atp.tool.Tool
 
properties_file_property_name - Variable in class com.unitesk.atp.tool.Tool
 
properties_file_status - Variable in class com.unitesk.atp.tool.Tool
 
pushIndent(int) - Method in class com.unitesk.atp.text.filters.IndentFilter
Pushes in stack new indent level.
pushIndent(int) - Method in interface com.unitesk.atp.tree.generation.TextGenerator
Makes indent current indent level.
pushIndent(int) - Method in class com.unitesk.atp.tree.generation.TextGeneratorClient
Makes indent current indent level.
pushIndent(int) - Method in class com.unitesk.atp.tree.generation.TextGeneratorServer
Makes indent current indent level.
pushNode(Node) - Method in interface com.unitesk.atp.tree.generation.TextGenerator
Sets default node for all operations with attributes.
pushNode(Node) - Method in class com.unitesk.atp.tree.generation.TextGeneratorClient
Sets default node for all operations with attributes.
pushNode(Node) - Method in class com.unitesk.atp.tree.generation.TextGeneratorServer
Sets default node for all operations with attributes.
put(String, Object) - Method in class com.unitesk.atp.tool.DynamicVariablesTable
Puts the new variable with the specifed name.

R

Range - Class in com.unitesk.atp.text.location
Range is specified by start and end positions.
Range() - Constructor for class com.unitesk.atp.text.location.Range
Stub constructor sets (start,end) to the stub values.
Range(Position, Position) - Constructor for class com.unitesk.atp.text.location.Range
Creates a range with the specified start and end positions.
read() - Method in class com.unitesk.atp.tree.tool.antlr.JavaUnicodeEscapeFilterReader
 
read(char[], int, int) - Method in class com.unitesk.atp.tree.tool.antlr.JavaUnicodeEscapeFilterReader
 
read(char[]) - Method in class com.unitesk.atp.tree.tool.antlr.JavaUnicodeEscapeFilterReader
 
removeAttribute(String) - Method in interface com.unitesk.atp.dynattrs.Attributed
Removes an attribute with the specified name.
removeAttribute(String) - Method in class com.unitesk.atp.dynattrs.BeanMapAttributed
Removes an attribute with the specified name. If there is no attribute with the specified name nothing happens.
removeAttribute(String) - Method in class com.unitesk.atp.dynattrs.BeanWrapper
Unsupported operation.
removeAttribute(String) - Method in class com.unitesk.atp.dynattrs.MapAttributed
Removes an attribute with the specified name.
resetParent() - Method in interface com.unitesk.atp.tree.Node
Reset parent of this node.
resetParent() - Method in class com.unitesk.atp.tree.TreeClass.NodeClass
 
resource - Variable in class com.unitesk.atp.text.localize.PatternDefaultFunction
 
resourceClass - Variable in class com.unitesk.atp.text.localize.PatternDefaultFunction
 
root - Variable in class com.unitesk.atp.tree.TreeClass
 
run(String[]) - Method in class com.unitesk.atp.tree.tool.Tool
Processes command line arguments.

S

server - Variable in class com.unitesk.atp.tree.generation.TextGeneratorClient
 
setAttribute(Object, String, Object) - Static method in class com.unitesk.atp.dynattrs.Accessor
Sets the new value of attribute.
setAttribute(Object, String, int, Object) - Static method in class com.unitesk.atp.dynattrs.Accessor
Sets the new value of element of indexed attribute by index.
setAttribute(String, Object) - Method in interface com.unitesk.atp.dynattrs.Attributed
Changes the value of a simple attribute with the specified name.
setAttribute(String, int, Object) - Method in interface com.unitesk.atp.dynattrs.Attributed
Changes the value of the specified element of an indexed attribute with the specified name.
setAttribute(String, Object) - Method in class com.unitesk.atp.dynattrs.BeanMapAttributed
Changes the value of a simple attribute with the specified name.
setAttribute(String, Object) - Method in class com.unitesk.atp.dynattrs.BeanWrapper
Changes the value of a simple attribute with the specified name.
setAttribute(String, int, Object) - Method in class com.unitesk.atp.dynattrs.IndexedAttributedImpl
Changes the value of the specified element of an indexed attribute with the specified name.
setAttribute(String, Object) - Method in class com.unitesk.atp.dynattrs.MapAttributed
Changes the value of a simple attribute with the specified name.
setBeanProperty(Object, String, Object) - Static method in class com.unitesk.atp.dynattrs.Accessor
Sets the new value of the specified bean property.
setColumn(int) - Method in class com.unitesk.atp.text.filters.PositionFilter
 
setColumn(int) - Method in class com.unitesk.atp.text.location.Position
Sets the new value of column of this position.
setCurrentTree(Tree) - Method in class com.unitesk.atp.tree.tool.Plugin
 
setFile(File) - Method in class com.unitesk.atp.text.filters.MessageBoxExceptionHandler
 
setFile(File) - Method in interface com.unitesk.atp.tree.Tree
 
setFile(File) - Method in class com.unitesk.atp.tree.TreeClass
 
setFunction(String, Function) - Method in class com.unitesk.atp.text.generation.BasicGenerator
Registers function for the usage in patterns.
setFunction(String, Function) - Method in interface com.unitesk.atp.text.generation.Generator
Registers function for the usage in patterns.
setFunction(String, Function) - Method in class com.unitesk.atp.tree.generation.TextGeneratorClient
Registers function for the usage in patterns.
setGenerator(Generator) - Method in class com.unitesk.atp.text.generation.DefaultFunction
Associates or deassociates this function with text generator.
setGenerator(Generator) - Method in interface com.unitesk.atp.text.generation.Function
Associates or deassociates this function with text generator.
setGenerator(Generator) - Method in class com.unitesk.atp.tree.generation.TextGeneratorClient
Associates or deassociates this function with text generator.
setIndexed(Object, int, Object) - Static method in class com.unitesk.atp.dynattrs.Accessor
Sets the new element's value of indexed value.
setLevel(MessageLevel) - Method in class com.unitesk.atp.messages.MessageContext
 
setLine(int) - Method in class com.unitesk.atp.text.filters.PositionFilter
 
setLine(int) - Method in class com.unitesk.atp.text.location.Position
Sets the new value of line of this position.
setMessage(Message) - Method in class com.unitesk.atp.messages.MessageContext
 
setMessageBox(MessageBox) - Method in class com.unitesk.atp.messages.MessageContext
 
setMessageBox(MessageBox) - Method in class com.unitesk.atp.text.filters.MessageBoxExceptionHandler
 
setNextToken(LinkedToken) - Method in class com.unitesk.atp.tree.tool.antlr.LinkedToken
Link to the next token
setNode(Node) - Method in class com.unitesk.atp.tree.tool.antlr.LinkedToken
Link token with tree node.
setNodeFunction(Function) - Method in class com.unitesk.atp.tree.generation.TreeDefaultFunction
Set function for node processing
setOffset(int) - Method in class com.unitesk.atp.text.location.OffsetPosition
Set offset of this position.
setOffset(int) - Method in class com.unitesk.atp.tree.tool.antlr.OffsetToken
 
setParent(Node) - Method in interface com.unitesk.atp.tree.Node
Sets the parent of this node.
setParent(Node) - Method in class com.unitesk.atp.tree.TreeClass.NodeClass
 
setPosition(Position) - Method in class com.unitesk.atp.text.filters.PositionFilter
 
setPrevToken(LinkedToken) - Method in class com.unitesk.atp.tree.tool.antlr.LinkedToken
Link to the previous token
setResource(String) - Method in class com.unitesk.atp.text.localize.PatternDefaultFunction
 
setResource(String) - Method in class com.unitesk.atp.text.localize.PatternStringManager
 
setResourceClass(Class) - Method in class com.unitesk.atp.text.localize.PatternDefaultFunction
 
setResourceClass(Class) - Method in class com.unitesk.atp.text.localize.PatternStringManager
 
setRootNode(Node) - Method in interface com.unitesk.atp.tree.Tree
 
setRootNode(Node) - Method in class com.unitesk.atp.tree.TreeClass
Sets root node of this tree.
setTree(Tree) - Method in interface com.unitesk.atp.tree.tool.PluginManager
Set tree under processing.
setTree(Tree) - Method in class com.unitesk.atp.tree.tool.PluginManagerClass
setTree(Tree) - Method in class com.unitesk.atp.tree.tool.Tool
setVariable(String, Object) - Method in class com.unitesk.atp.text.generation.BasicGenerator
Registers variable for the usage in patterns.
setVariable(String, Object) - Method in interface com.unitesk.atp.text.generation.Generator
Registers variable for the usage in patterns.
setVariable(String, Object) - Method in class com.unitesk.atp.tree.generation.TextGeneratorClient
Registers variable for the usage in patterns.
sizeAttribute(Object, String) - Static method in class com.unitesk.atp.dynattrs.Accessor
Returns size of indexed attribute of the specified object.
sizeAttribute(String) - Method in interface com.unitesk.atp.dynattrs.Attributed
Returns the size of an indexed attribute with the specified name.
sizeAttribute(String) - Method in class com.unitesk.atp.dynattrs.IndexedAttributedImpl
Returns the size of an indexed attribute with the specified name.
sizeIndexed(Object) - Static method in class com.unitesk.atp.dynattrs.Accessor
Returns the size of the indexed value.
skip(long) - Method in class com.unitesk.atp.tree.tool.antlr.JavaUnicodeEscapeFilterReader
 
sm - Variable in class com.unitesk.atp.messages.NullMessageBox
 
sm - Variable in class com.unitesk.atp.text.localize.PatternDefaultFunction
 
src - Variable in class com.unitesk.atp.tree.tool.antlr.LinkFilter
 
statistics() - Method in interface com.unitesk.atp.messages.MessageBox
Prints message box statistics.
statistics() - Method in class com.unitesk.atp.messages.NullMessageBox
Prints message box statistics.
status - Static variable in class com.unitesk.atp.messages.CheckFileStatus
 
status - Static variable in class com.unitesk.atp.messages.FoundFileStatus
 
status - Static variable in class com.unitesk.atp.messages.InputFileStatus
 
status() - Method in interface com.unitesk.atp.messages.MessageBox
If error count greater than zero, prints statistics and stops program execution.
status - Static variable in class com.unitesk.atp.messages.NotFoundFileStatus
 
status() - Method in class com.unitesk.atp.messages.NullMessageBox
If error count greater than zero, prints statistics and stops program execution.
status - Static variable in class com.unitesk.atp.messages.OutputFileStatus
 
status - Static variable in class com.unitesk.atp.messages.UpToDateFileStatus
 
StatusMessage - Class in com.unitesk.atp.messages
Abstract base class for all messages for those only message text should be printed.
StatusMessage() - Constructor for class com.unitesk.atp.messages.StatusMessage
 
stop(int) - Method in interface com.unitesk.atp.messages.MessageBox
Stops program execution by throwing FatalErrorException.
stop(int) - Method in class com.unitesk.atp.messages.NullMessageBox
Stops program execution by throwing FatalErrorException.
StringManager - Interface in com.unitesk.atp.text.localize
The manager of localized strings.
StringTextReceiver - Class in com.unitesk.atp.text.filters
Text receiver that buffers text in internal buffer and returns it as String on demand.
StringTextReceiver() - Constructor for class com.unitesk.atp.text.filters.StringTextReceiver
Class constructor.
styles - Variable in class com.unitesk.atp.tree.generation.TokenStyleManager
 
substitute(String, Object) - Method in class com.unitesk.atp.text.localize.PatternStringManager
 
SyntaxErrorMessage - Class in com.unitesk.atp.messages
Message notifying that a syntax error occured.
SyntaxErrorMessage(File, Position, String) - Constructor for class com.unitesk.atp.messages.SyntaxErrorMessage
Constructs message.

T

table - Variable in class com.unitesk.atp.tool.PluginManagerClass
The table of plugins initialized from resource file.
tabSize - Variable in class com.unitesk.atp.text.filters.PositionFilter
 
TextGenerator - Interface in com.unitesk.atp.tree.generation
The base interface of text generation from attributed tree.
TextGeneratorClient - Class in com.unitesk.atp.tree.generation
The base client implementing interface of text generation.
TextGeneratorClient() - Constructor for class com.unitesk.atp.tree.generation.TextGeneratorClient
 
TextGeneratorServer - Class in com.unitesk.atp.tree.generation
Text Generator Server implements TextGenerator functionality.
TextGeneratorServer(TextReceiver) - Constructor for class com.unitesk.atp.tree.generation.TextGeneratorServer
Constructs Text Generator Server with the given client and default indent step.
TextGeneratorServer(TextReceiver, int) - Constructor for class com.unitesk.atp.tree.generation.TextGeneratorServer
Constructs Text Generator Server with the given client and indent step.
TextGeneratorVisitor - Class in com.unitesk.atp.tree.generation
The base visitor implementing interface of text generation.
TextGeneratorVisitor() - Constructor for class com.unitesk.atp.tree.generation.TextGeneratorVisitor
 
TextReceiver - Interface in com.unitesk.atp.text.filters
Text receiver provides general interface for all classes that accept portions of text.
TokenStyleManager - Class in com.unitesk.atp.tree.generation
Token Style Manager provides token styles for html generation.
TokenStyleManager(Class, String, MessageBox) - Constructor for class com.unitesk.atp.tree.generation.TokenStyleManager
Constructs Token Style manager.
Tool - Class in com.unitesk.atp.tool
The framework of an application with plugins.
Tool() - Constructor for class com.unitesk.atp.tool.Tool
 
Tool - Class in com.unitesk.atp.tree.tool
The framework of an application that processes Attributed Tree (AT).
Tool() - Constructor for class com.unitesk.atp.tree.tool.Tool
 
ToolInfoMessage - Class in com.unitesk.atp.tree.tool
 
ToolInfoMessage(Tool) - Constructor for class com.unitesk.atp.tree.tool.ToolInfoMessage
 
toString() - Method in class com.unitesk.atp.text.location.Position
Returns the string representation of this position.
toString() - Method in class com.unitesk.atp.text.location.Range
Returns the string representation of this range.
tree - Variable in class com.unitesk.atp.tree.tool.Plugin
 
tree - Variable in class com.unitesk.atp.tree.tool.PluginManagerClass
 
tree - Variable in class com.unitesk.atp.tree.tool.Tool
 
Tree - Class in com.unitesk.atp.tree.tool
Attributed Tree with plugin manager.
Tree(PluginManager) - Constructor for class com.unitesk.atp.tree.tool.Tree
Constructs tree with given plugin manager.
Tree - Interface in com.unitesk.atp.tree
Attributed Tree Interface.
TreeClass - Class in com.unitesk.atp.tree
Attributed Tree.
TreeClass() - Constructor for class com.unitesk.atp.tree.TreeClass
 
TreeClass.EnumClass - Class in com.unitesk.atp.tree
Abstract base class for translation of TreeDL enumeration types.
TreeClass.EnumClass(int) - Constructor for class com.unitesk.atp.tree.TreeClass.EnumClass
 
TreeClass.NodeClass - Class in com.unitesk.atp.tree
The default implementation of Node interface.
TreeClass.NodeClass() - Constructor for class com.unitesk.atp.tree.TreeClass.NodeClass
 
TreeDefaultFunction - Class in com.unitesk.atp.tree.generation
 
TreeDefaultFunction() - Constructor for class com.unitesk.atp.tree.generation.TreeDefaultFunction
 
treePrinter - Variable in class com.unitesk.atp.tree.tool.DumpAction
 
TreePrinter - Class in com.unitesk.atp.tree
Dump tree structure for debugging
TreePrinter(Writer, ExceptionHandler, int) - Constructor for class com.unitesk.atp.tree.TreePrinter
 
txt(String) - Method in class com.unitesk.atp.text.filters.Filter
The default implementation passes input string to the client without any changes.
txt(String) - Method in class com.unitesk.atp.text.filters.IndentFilter
Receives string and passes it to the client inserting appropriate number of spaces at the start of each line
txt(String) - Method in class com.unitesk.atp.text.filters.LineSplitFilter
Receives a string possible containing line separators.
txt(String) - Method in class com.unitesk.atp.text.filters.PatternFilter
Receives the string and interprets it as pattern.
txt(String) - Method in class com.unitesk.atp.text.filters.PositionFilter
 
txt(String) - Method in class com.unitesk.atp.text.filters.StringTextReceiver
Appends the specified string to the internal buffer.
txt(String) - Method in interface com.unitesk.atp.text.filters.TextReceiver
Receives string.
txt(String) - Method in class com.unitesk.atp.text.filters.WriterTextReceiver
Passes the specified string to the underlying Writer
txt(String) - Method in class com.unitesk.atp.text.generation.BasicGenerator
Processes text pattern and generates text.
txt(String) - Method in interface com.unitesk.atp.text.generation.Generator
Processes text pattern and generates text.
txt(String) - Method in class com.unitesk.atp.tree.generation.TextGeneratorClient
Processes text pattern and generates text.
txt(String) - Method in class com.unitesk.atp.tree.TreePrinter
 
txtAsIs(String) - Method in class com.unitesk.atp.text.generation.BasicGenerator
Print string as is, don't treat it as pattern.
txtAsIs(String) - Method in interface com.unitesk.atp.text.generation.Generator
Print string as is, don't treat it as pattern.
txtAsIs(String) - Method in class com.unitesk.atp.tree.generation.TextGeneratorClient
Print string as is, don't treat it as pattern.
txtAsIs(String) - Method in class com.unitesk.atp.tree.generation.TextGeneratorServer
Print string as is, don't treat it as pattern and don't split lines.
txtif(boolean, String) - Method in class com.unitesk.atp.tree.generation.TextGeneratorClient
if condition is true calls txt(t)
txtif(boolean, String, String) - Method in class com.unitesk.atp.tree.generation.TextGeneratorClient
if condition is true calls txt(t) else txt(f)
txtif(Object, String) - Method in class com.unitesk.atp.tree.generation.TextGeneratorClient
if object is not null calls txt(t)
txtif(Object, String, String) - Method in class com.unitesk.atp.tree.generation.TextGeneratorClient
if object is not null calls txt(t) else txt(f)
TypeMismatchMessage - Class in com.unitesk.atp.messages
Message notifying that expected type mismatched.
TypeMismatchMessage(File, Position, String, String) - Constructor for class com.unitesk.atp.messages.TypeMismatchMessage
Constructs message.

U

unblock() - Method in class com.unitesk.atp.tree.TreePrinter
 
unblock_nl() - Method in class com.unitesk.atp.tree.TreePrinter
 
UndefinedFunctionException - Exception in com.unitesk.atp.text.generation
This exception reports about undefined function in pattern of Generator.txt(String) method.
UndefinedFunctionException(String, String) - Constructor for exception com.unitesk.atp.text.generation.UndefinedFunctionException
Constructs an exception with the specified parameter values.
updateColumn(int, String) - Static method in class com.unitesk.atp.text.filters.PositionFilter
 
UpToDateFileStatus - Class in com.unitesk.atp.messages
Alexey Demakov
UpToDateFileStatus() - Constructor for class com.unitesk.atp.messages.UpToDateFileStatus
 
usage() - Method in class com.unitesk.atp.tool.Tool
Prints message describing tool usage.

V

value - Variable in exception com.unitesk.atp.dynattrs.AttributeException
 
variable_map - Variable in class com.unitesk.atp.text.generation.BasicGenerator
 
version - Variable in class com.unitesk.atp.tool.Tool
 
visit(Node) - Method in class com.unitesk.atp.tree.generation.TextGeneratorClient
Process node.
visit(Node) - Method in class com.unitesk.atp.tree.generation.TextGeneratorVisitor
 
Visitor - Interface in com.unitesk.atp.tree
The base class for attributed tree (AT) visitors.

W

warning(Message) - Method in class com.unitesk.atp.messages.ListMessageBox
 
warning(Message) - Method in interface com.unitesk.atp.messages.MessageBox
Outputs warning message.
warning(Message) - Method in class com.unitesk.atp.messages.NullMessageBox
Outputs warning message.
WarningMessageLevel - Class in com.unitesk.atp.messages
Warning message level.
WarningMessageLevel() - Constructor for class com.unitesk.atp.messages.WarningMessageLevel
 
warningMessageList - Variable in class com.unitesk.atp.messages.ListMessageBox
 
warningStr(String) - Method in class com.unitesk.atp.messages.ListMessageBox
 
warningStr(String) - Method in class com.unitesk.atp.messages.NullMessageBox
 
warningStr(String) - Method in class com.unitesk.atp.messages.PrintStreamMessageBox
 
warningStringList - Variable in class com.unitesk.atp.messages.ListMessageBox
 
wrap(String, String) - Method in class com.unitesk.atp.tree.tool.antlr.LinkedToken
Insert tokens before and after this token.
writer - Variable in class com.unitesk.atp.tree.TreePrinter
 
WriterTextReceiver - Class in com.unitesk.atp.text.filters
Text receiver that prints text to Writer
WriterTextReceiver(Writer, ExceptionHandler) - Constructor for class com.unitesk.atp.text.filters.WriterTextReceiver
Constructs text receiver with the specified Writer and ExceptionHandler.

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

Copyright © 2001-2006 ISP RAS, RedVerst Group. All Rights Reserved.