Serialized Form


Package com.agical.rdoc.core

Package com.agical.rdoc.core.converter

Class com.agical.rdoc.core.converter.ConversionException extends com.agical.rmock.core.exception.RMockSystemException implements Serializable

serialVersionUID: 1L


Package com.agical.rdoc.core.exception

Class com.agical.rdoc.core.exception.RDocConfigurationSystemException extends RDocSystemException implements Serializable

serialVersionUID: 3755694511820302956L

Class com.agical.rdoc.core.exception.RDocOutputException extends RDocSystemException implements Serializable

serialVersionUID: 1L

Class com.agical.rdoc.core.exception.RDocParseSystemException extends ResourceSystemException implements Serializable

serialVersionUID: 1L

Class com.agical.rdoc.core.exception.RDocSystemException extends com.agical.rmock.core.exception.RMockSystemException implements Serializable

serialVersionUID: 1L

Class com.agical.rdoc.core.exception.ResourceNotAvailableSystemException extends ResourceSystemException implements Serializable

Class com.agical.rdoc.core.exception.ResourceNotFoundSystemException extends ResourceSystemException implements Serializable

serialVersionUID: 1L

Class com.agical.rdoc.core.exception.ResourceSystemException extends com.agical.rmock.core.exception.RMockSystemException implements Serializable

Class com.agical.rdoc.core.exception.SourceNotFoundSystemException extends ResourceSystemException implements Serializable

serialVersionUID: 1L

Class com.agical.rdoc.core.exception.UnsupportedEncodingSystemException extends ResourceSystemException implements Serializable


Package com.agical.rdoc.core.impl

Class com.agical.rdoc.core.impl.DocumentationContextImpl extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

context

java.util.Map<K,V> context

Package com.agical.rdoc.core.model

Package com.agical.rdoc.core.model.impl

Class com.agical.rdoc.core.model.impl.DocBookTextFormatter extends java.lang.Object implements Serializable

Class com.agical.rdoc.core.model.impl.SourceModelImpl extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

documentation

java.lang.StringBuffer documentation

methods

java.util.Map<K,V> methods

methodDocumentation

java.util.Map<K,V> methodDocumentation

name

java.lang.String name

Class com.agical.rdoc.core.model.impl.XDocTextFormatter extends java.lang.Object implements Serializable

Class com.agical.rdoc.core.model.impl.XmlCodeFormatter extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

docTextFormatter

TextFormatter docTextFormatter

Package com.agical.rdoc.core.model.test

Class com.agical.rdoc.core.model.test.AbstractCompositeTestNode extends java.lang.Object implements Serializable

Serialized Fields

children

java.util.List<E> children

Class com.agical.rdoc.core.model.test.ExceptionModelImpl extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

message

java.lang.String message

Package com.agical.rdoc.core.model.test.impl

Class com.agical.rdoc.core.model.test.impl.TestCaseImpl extends AbstractCompositeTestNode implements Serializable

serialVersionUID: -5278945812002904995L

Serialized Fields

testClass

java.lang.Class<T> testClass

Class com.agical.rdoc.core.model.test.impl.TestImpl extends java.lang.Object implements Serializable

serialVersionUID: -6352537823565984605L

Serialized Fields

testCase

TestCase testCase

name

java.lang.String name

documentationContext

DocumentationContext documentationContext

Class com.agical.rdoc.core.model.test.impl.TestStructureImpl extends AbstractCompositeTestNode implements Serializable

serialVersionUID: -8648286687822895675L

Serialized Fields

name

java.lang.String name

Class com.agical.rdoc.core.model.test.impl.TestSuiteImpl extends AbstractCompositeTestNode implements Serializable

serialVersionUID: 1L

Serialized Fields

name

java.lang.String name

suiteClass

java.lang.Class<T> suiteClass

Package com.agical.rdoc.core.parser

Class com.agical.rdoc.core.parser.ParseException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class com.agical.rdoc.core.parser.RuntimeException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -5644018798112984262L

Serialized Fields

cause

java.lang.Throwable cause

Class com.agical.rdoc.core.parser.Token extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

kind

int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java.


beginLine

int beginLine
The line number of the first character of this Token.


beginColumn

int beginColumn
The column number of the first character of this Token.


endLine

int endLine
The line number of the last character of this Token.


endColumn

int endColumn
The column number of the last character of this Token.


image

java.lang.String image
The string image of the token.


next

Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field.


specialToken

Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.

Class com.agical.rdoc.core.parser.TokenMgrError extends java.lang.Error implements Serializable

serialVersionUID: 1L

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package com.agical.rdoc.core.resourcemanager

Class com.agical.rdoc.core.resourcemanager.NoSuchResourceException extends RDocSystemException implements Serializable

serialVersionUID: 1L

Class com.agical.rdoc.core.resourcemanager.ReadException extends com.agical.rmock.core.exception.RMockSystemException implements Serializable

serialVersionUID: 1L

Class com.agical.rdoc.core.resourcemanager.WriteException extends com.agical.rmock.core.exception.RMockSystemException implements Serializable

serialVersionUID: 1L


Package com.agical.rdoc.core.target

Class com.agical.rdoc.core.target.TargetException extends com.agical.rmock.core.exception.RMockSystemException implements Serializable

serialVersionUID: 1L


Package com.agical.rdoc.velocity

Class com.agical.rdoc.velocity.VelocityGenerationSystemException extends com.agical.rmock.core.exception.RMockSystemException implements Serializable

serialVersionUID: 1L


Package com.agical.rdoc.velocity.render

Class com.agical.rdoc.velocity.render.VelocityTestStructureRenderer extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

theTemplateToRender

java.lang.String theTemplateToRender

targetName

java.lang.String targetName

textFormatter

TextFormatter textFormatter



Copyright © 2005-2010 Agical AB. All Rights Reserved.