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

A

ARRAY_BRACKETS - Static variable in class org.jicengine.expression.ClassParser
 
ARRAY_LENGTH_END - Static variable in interface org.jicengine.expression.Parser
 
ARRAY_LENGTH_START - Static variable in interface org.jicengine.expression.Parser
 
AbstractContext - class org.jicengine.operation.AbstractContext.
 
AbstractContext() - Constructor for class org.jicengine.operation.AbstractContext
 
AbstractContext(String) - Constructor for class org.jicengine.operation.AbstractContext
 
AbstractElement - class org.jicengine.element.AbstractElement.
implements the 'name' and the 'location' properties.
AbstractElement(String, Location) - Constructor for class org.jicengine.element.AbstractElement
these two parameters shouldn't change during the lifetime of the Element, so given in the constructor.
AbstractResource - class org.jicengine.io.AbstractResource.
implements the most general methods of the Resource-interface.
AbstractResource(String) - Constructor for class org.jicengine.io.AbstractResource
 
ActionElement - interface org.jicengine.element.ActionElement.
ActionElements can execute an action on request.
ActionTest - class org.jicengine.test.ActionTest.
 
ActionTest() - Constructor for class org.jicengine.test.ActionTest
 
ArrayConstructionOperation - class org.jicengine.operation.ArrayConstructionOperation.
 
ArrayConstructionOperation(String, Operation, Operation) - Constructor for class org.jicengine.operation.ArrayConstructionOperation
 
ArrayElementCompiler - class org.jicengine.element.impl.ArrayElementCompiler.
NOTE: currently, every value-element is handled as an array-element. what if the element has an action that would need some of the child-value-elements?
ArrayElementCompiler(String, Location) - Constructor for class org.jicengine.element.impl.ArrayElementCompiler
 
ArrayElementCompiler.ArrayConstructor - class org.jicengine.element.impl.ArrayElementCompiler.ArrayConstructor.
Description of the Class
ArrayElementCompiler.ArrayConstructor() - Constructor for class org.jicengine.element.impl.ArrayElementCompiler.ArrayConstructor
 
ArrayElementCompiler.RenamedValueElement - class org.jicengine.element.impl.ArrayElementCompiler.RenamedValueElement.
Description of the Class
ArrayElementCompiler.RenamedValueElement(String, ValueElement) - Constructor for class org.jicengine.element.impl.ArrayElementCompiler.RenamedValueElement
 
ArrayTest - class org.jicengine.test.ArrayTest.
 
ArrayTest() - Constructor for class org.jicengine.test.ArrayTest
 
addChildElement(Element) - Method in class org.jicengine.element.ElementImpl
adds a child element into this element.
addObject(String, Object) - Method in interface org.jicengine.operation.Context
If addObject success, the object stored will be returned by getObject with the same name.
addObject(String, Object) - Method in class org.jicengine.operation.EmptyContext
 
addObject(String, Object) - Method in class org.jicengine.operation.LocalContext
 
addObject(String, Object) - Method in class org.jicengine.operation.SimpleContext
 
assertSameColor(Color, Color) - Method in class org.jicengine.test.ColorTest
 

B

BOOLEAN_FALSE - Static variable in interface org.jicengine.expression.Parser
 
BOOLEAN_TRUE - Static variable in interface org.jicengine.expression.Parser
 
BeanElementCompiler - class org.jicengine.element.impl.BeanElementCompiler.
 
BeanElementCompiler(String, Location) - Constructor for class org.jicengine.element.impl.BeanElementCompiler
 
BeanTest - class org.jicengine.test.BeanTest.
 
BeanTest() - Constructor for class org.jicengine.test.BeanTest
 
BeanUtils - class org.jicengine.operation.BeanUtils.
Utilities for manipulating beans through reflection.
BeanUtils() - Constructor for class org.jicengine.operation.BeanUtils
 
BlockElementCompiler - class org.jicengine.element.impl.BlockElementCompiler.
 
BlockElementCompiler(String, Location) - Constructor for class org.jicengine.element.impl.BlockElementCompiler
 
BlockTypeTest - class org.jicengine.test.BlockTypeTest.
 
BlockTypeTest() - Constructor for class org.jicengine.test.BlockTypeTest
 
BooleanElementCompiler - class org.jicengine.element.impl.BooleanElementCompiler.
 
BooleanElementCompiler(String, Location) - Constructor for class org.jicengine.element.impl.BooleanElementCompiler
 
BooleanParser - class org.jicengine.expression.BooleanParser.
 
BooleanParser() - Constructor for class org.jicengine.expression.BooleanParser
 
BooleanTest - class org.jicengine.test.BooleanTest.
 
BooleanTest() - Constructor for class org.jicengine.test.BooleanTest
 
BuildContext - interface org.jicengine.BuildContext.
An interface for accessing the current build-context within JIC-files.
BuildContextImpl - class org.jicengine.builder.BuildContextImpl.
 
BuildContextImpl(Instructions) - Constructor for class org.jicengine.builder.BuildContextImpl
 
Builder - interface org.jicengine.Builder.
 
BuilderImpl - class org.jicengine.builder.BuilderImpl.
 
BuilderImpl() - Constructor for class org.jicengine.builder.BuilderImpl
 
build(Instructions) - Method in interface org.jicengine.Builder
 
build(Instructions) - Static method in class org.jicengine.JICE
 
build(Resource, Map) - Static method in class org.jicengine.JICE
 
build(Resource) - Static method in class org.jicengine.JICE
 
build(Instructions) - Method in class org.jicengine.builder.BuilderImpl
 
buildJicFragment(String) - Static method in class org.jicengine.test.Utils
 
buildJicFragment(String, Map) - Static method in class org.jicengine.test.Utils
 

C

CHILD_TYPE_ACTION - Static variable in class org.jicengine.element.ElementImpl
 
CHILD_TYPE_ACTION_PARAM - Static variable in class org.jicengine.element.ElementImpl
 
CHILD_TYPE_CONSTRUCTOR_PARAM - Static variable in class org.jicengine.element.ElementImpl
 
ChainedException - exception org.jicengine.util.ChainedException.
 
ChainedException() - Constructor for class org.jicengine.util.ChainedException
 
ChainedException(String) - Constructor for class org.jicengine.util.ChainedException
 
ChainedException(String, Throwable) - Constructor for class org.jicengine.util.ChainedException
 
ChainedException(Throwable) - Constructor for class org.jicengine.util.ChainedException
 
ChainedRuntimeException - exception org.jicengine.util.ChainedRuntimeException.
 
ChainedRuntimeException() - Constructor for class org.jicengine.util.ChainedRuntimeException
 
ChainedRuntimeException(String) - Constructor for class org.jicengine.util.ChainedRuntimeException
 
ChainedRuntimeException(String, Throwable) - Constructor for class org.jicengine.util.ChainedRuntimeException
 
ChainedRuntimeException(Throwable) - Constructor for class org.jicengine.util.ChainedRuntimeException
 
ClassAttributeTest - class org.jicengine.test.ClassAttributeTest.
 
ClassAttributeTest() - Constructor for class org.jicengine.test.ClassAttributeTest
 
ClassAttributeTest.InnerClass - class org.jicengine.test.ClassAttributeTest.InnerClass.
 
ClassAttributeTest.InnerClass() - Constructor for class org.jicengine.test.ClassAttributeTest.InnerClass
 
ClassParser - class org.jicengine.expression.ClassParser.
 
ClassParser() - Constructor for class org.jicengine.expression.ClassParser
 
ClassResource - class org.jicengine.io.ClassResource.
Resource of some Class.
ClassResource(Class, String) - Constructor for class org.jicengine.io.ClassResource
 
ClasspathResource - class org.jicengine.io.ClasspathResource.
A resource found in the classpath.
ClasspathResource(String) - Constructor for class org.jicengine.io.ClasspathResource
The name of the resource, for method ClassLoader.getResourceAsStream().
ColorCompiler - class org.jicengine.element.impl.ColorCompiler.
 
ColorCompiler(String, Location) - Constructor for class org.jicengine.element.impl.ColorCompiler
 
ColorTest - class org.jicengine.test.ColorTest.
 
ColorTest() - Constructor for class org.jicengine.test.ColorTest
 
CompositeParser - class org.jicengine.expression.CompositeParser.
 
CompositeParser(Parser[]) - Constructor for class org.jicengine.expression.CompositeParser
 
ConstantElementCompiler - class org.jicengine.element.impl.ConstantElementCompiler.
 
ConstantElementCompiler(String, Location, String) - Constructor for class org.jicengine.element.impl.ConstantElementCompiler
 
ConstantTest - class org.jicengine.test.ConstantTest.
 
ConstantTest() - Constructor for class org.jicengine.test.ConstantTest
 
ConstructionOperation - class org.jicengine.operation.ConstructionOperation.
 
ConstructionOperation(String, Operation, Operation[]) - Constructor for class org.jicengine.operation.ConstructionOperation
 
ConstructorTest - class org.jicengine.test.ConstructorTest.
 
ConstructorTest() - Constructor for class org.jicengine.test.ConstructorTest
 
ConstructorTest.InnerClass - class org.jicengine.test.ConstructorTest.InnerClass.
 
ConstructorTest.InnerClass() - Constructor for class org.jicengine.test.ConstructorTest.InnerClass
 
Context - interface org.jicengine.operation.Context.
Context : a namespace for objects.
Context.DuplicateNameException - exception org.jicengine.operation.Context.DuplicateNameException.
 
Context.DuplicateNameException(String, Object, Object, Context) - Constructor for class org.jicengine.operation.Context.DuplicateNameException
 
Context.ObjectNotFoundException - exception org.jicengine.operation.Context.ObjectNotFoundException.
 
Context.ObjectNotFoundException(String, Context) - Constructor for class org.jicengine.operation.Context.ObjectNotFoundException
 
Context.ObjectNotFoundException(String) - Constructor for class org.jicengine.operation.Context.ObjectNotFoundException
 
characters(char[], int, int) - Method in class org.jicengine.builder.Handler
 
choose(Object, Object) - Static method in class org.jicengine.util.Utils
 
createCompiler(String, Location, Type) - Method in interface org.jicengine.builder.TypeManager
 
createCompiler(String, Location, Type) - Method in class org.jicengine.builder.TypeManagerImpl
 
createElement() - Method in class org.jicengine.element.ElementCompiler
 
createTests() - Static method in class org.jicengine.expression.Tests
 
createTests() - Static method in class org.jicengine.test.RunTests
 

D

DECIMAL_SEPARATOR - Static variable in class org.jicengine.expression.NumberParser
 
DECIMAL_SEPARATOR_STRING - Static variable in class org.jicengine.expression.NumberParser
 
DOUBLE_MARKER_1 - Static variable in class org.jicengine.expression.NumberParser
 
DOUBLE_MARKER_2 - Static variable in class org.jicengine.expression.NumberParser
 
DefaultJiceTypes - class org.jicengine.builder.DefaultJiceTypes.
 
DefaultJiceTypes() - Constructor for class org.jicengine.builder.DefaultJiceTypes
 
DoubleElementCompiler - class org.jicengine.element.impl.DoubleElementCompiler.
 
DoubleElementCompiler(String, Location) - Constructor for class org.jicengine.element.impl.DoubleElementCompiler
 
DoubleTest - class org.jicengine.test.DoubleTest.
 
DoubleTest() - Constructor for class org.jicengine.test.DoubleTest
 
doEndElement(String, String, String) - Method in class org.jicengine.builder.Handler
 
doParseSignatureTest(String, String, String[]) - Method in class org.jicengine.expression.Tests.UtilsTest
 
doStartElement(String, String, String, Attributes) - Method in class org.jicengine.builder.Handler
 

E

Element - interface org.jicengine.element.Element.
Executable/runtime instantiation of a JIC-element.
ElementCompiler - class org.jicengine.element.ElementCompiler.
A class that makes it possible to create Element-objects little by little, as is needed if the JIC-file is parsed with a SAX-parser.
ElementCompiler(String, Location) - Constructor for class org.jicengine.element.ElementCompiler
 
ElementException - exception org.jicengine.element.ElementException.
 
ElementException(String, String, Location) - Constructor for class org.jicengine.element.ElementException
 
ElementException(String, Throwable, String, Location) - Constructor for class org.jicengine.element.ElementException
 
ElementException(Throwable, String, Location) - Constructor for class org.jicengine.element.ElementException
 
ElementImpl - class org.jicengine.element.ElementImpl.
ElementImpl encapsulates the common properties and behaviour of an element.
ElementImpl(String, Location) - Constructor for class org.jicengine.element.ElementImpl
 
ElementImpl.ActionElementImpl - class org.jicengine.element.ElementImpl.ActionElementImpl.
ActionElement-version of an ElementImpl.
ElementImpl.ActionElementImpl() - Constructor for class org.jicengine.element.ElementImpl.ActionElementImpl
 
ElementImpl.ValueElementImpl - class org.jicengine.element.ElementImpl.ValueElementImpl.
ValueElement-version of an ElementImpl.
ElementImpl.ValueElementImpl() - Constructor for class org.jicengine.element.ElementImpl.ValueElementImpl
 
EmptyContext - class org.jicengine.operation.EmptyContext.
 
EmptyContext() - Constructor for class org.jicengine.operation.EmptyContext
 
EmptyOperation - class org.jicengine.operation.EmptyOperation.
 
EmptyOperation() - Constructor for class org.jicengine.operation.EmptyOperation
 
Examples - class org.jicengine.test.Examples.
 
Examples() - Constructor for class org.jicengine.test.Examples
 
elementInitialized() - Method in class org.jicengine.element.ElementCompiler
Called by handler when the start-tag of the element has been processed - Element has been created and all attributes have been set, but no cdata nor child-elements have been processed.
elementInitialized() - Method in class org.jicengine.element.impl.ListElementCompiler
 
elementInitialized() - Method in class org.jicengine.element.impl.MapCompiler
 
endDocument() - Method in class org.jicengine.builder.Handler
 
endElement(String, String, String) - Method in class org.jicengine.builder.Handler
 
endPrefixMapping(String) - Method in class org.jicengine.builder.Handler
 
evaluateParameters(Operation[], Context) - Static method in class org.jicengine.operation.MethodInvocationOperation
 
execute(Context, Object) - Method in interface org.jicengine.element.ActionElement
Executes the action of this element.
execute(Context, Object) - Method in class org.jicengine.element.ElementImpl.ActionElementImpl
 
execute(Context, Object) - Method in class org.jicengine.element.ElementImpl
executes this element. this includes: processing of all child elements, both value and action executing the constructor (if there is one) validating the instace (if there is one) handling the overriding-issues: instance not created and only action-parameter child-elements are executed if this element is overridden.
execute(Context, Object) - Method in class org.jicengine.element.WrapperActionElement
 
execute(Context) - Method in class org.jicengine.element.impl.ArrayElementCompiler.ArrayConstructor
 
execute(Context) - Method in class org.jicengine.expression.ObjectStoreOperation
 
execute(Object, Object[]) - Method in class org.jicengine.operation.ArrayConstructionOperation
 
execute(Object, Object[]) - Method in class org.jicengine.operation.ConstructionOperation
 
execute(Context) - Method in class org.jicengine.operation.EmptyOperation
 
execute(Context) - Method in class org.jicengine.operation.FieldValueOperation
 
execute(Context) - Method in class org.jicengine.operation.MethodInvocationOperation
 
execute(Object, Object[]) - Method in class org.jicengine.operation.MethodInvocationOperation
 
execute(Context) - Method in interface org.jicengine.operation.Operation
executes the operation in a given context. objects in the context might be used in evaluation, or operation could produce more objects into the context.
execute(Object, Object[]) - Method in class org.jicengine.operation.SimpleMethodInvocationOperation
 
execute(Context) - Method in class org.jicengine.operation.StaticValue
 
execute(Context) - Method in class org.jicengine.operation.UnexecutableOperation
 
execute(Context) - Method in class org.jicengine.operation.VariableValueOperation
 
expressionEquals(String, Object) - Method in class org.jicengine.expression.Tests.LJETest
 
extractParameters(String) - Static method in class org.jicengine.expression.Utils
'anything.anything(something, else)' -> ['something','else'].
extractParameters(String, int, int) - Static method in class org.jicengine.expression.Utils
 

F

FLOAT_MARKER_1 - Static variable in class org.jicengine.expression.NumberParser
 
FLOAT_MARKER_2 - Static variable in class org.jicengine.expression.NumberParser
 
FieldValueOperation - class org.jicengine.operation.FieldValueOperation.
 
FieldValueOperation(String, Operation, String) - Constructor for class org.jicengine.operation.FieldValueOperation
 
FieldValueParser - class org.jicengine.expression.FieldValueParser.
 
FieldValueParser(Parser) - Constructor for class org.jicengine.expression.FieldValueParser
 
FileResource - class org.jicengine.io.FileResource.
 
FileResource(File) - Constructor for class org.jicengine.io.FileResource
 
FontCompiler - class org.jicengine.element.impl.FontCompiler.
 
FontCompiler(String, Location) - Constructor for class org.jicengine.element.impl.FontCompiler
 
findBuildContextFrom(Context) - Method in class org.jicengine.element.ElementImpl
 
formatParameters(Object[]) - Static method in class org.jicengine.operation.ReflectionUtils
 

G

getAction() - Method in class org.jicengine.element.ElementImpl
 
getActorClass(Object) - Static method in class org.jicengine.operation.ReflectionUtils
 
getAttribute(Attributes, String) - Method in class org.jicengine.builder.Handler
 
getBooleanArray() - Method in class org.jicengine.test.TestObject
 
getBuilder() - Static method in class org.jicengine.JICE
 
getChild() - Method in class org.jicengine.test.TestObject
 
getClassLoader() - Method in class org.jicengine.io.ClasspathResource
 
getConstructor() - Method in class org.jicengine.element.ElementCompiler
 
getConstructor() - Method in class org.jicengine.element.ElementImpl
 
getCurrentFile() - Method in interface org.jicengine.BuildContext
 
getCurrentFile() - Method in class org.jicengine.builder.BuildContextImpl
 
getDepth() - Method in class org.jicengine.element.Location
 
getDoubleValue() - Method in class org.jicengine.test.TestObject
 
getElement() - Method in class org.jicengine.element.ElementCompiler
 
getFieldValue(String, String) - Static method in class org.jicengine.element.impl.ConstantElementCompiler
 
getFieldValue(Object, Class, String) - Static method in class org.jicengine.operation.ReflectionUtils
 
getFile() - Method in class org.jicengine.Instructions
 
getFile() - Method in class org.jicengine.io.FileResource
 
getFromParent(String) - Method in class org.jicengine.operation.LocalContext
 
getIdentifier() - Method in class org.jicengine.io.AbstractResource
 
getIdentifier() - Method in interface org.jicengine.io.Resource
Returns the identifier of this resource.
getInputStream() - Method in class org.jicengine.io.AbstractResource
 
getInputStream() - Method in class org.jicengine.io.ClassResource
 
getInputStream() - Method in class org.jicengine.io.ClasspathResource
 
getInputStream() - Method in class org.jicengine.io.FileResource
 
getInputStream() - Method in interface org.jicengine.io.Resource
A primary way reading the resource.
getInputStream() - Method in class org.jicengine.io.StringResource
 
getInputStream() - Method in class org.jicengine.io.UrlResource
 
getInputStream() - Method in class org.jicengine.io.WebApplicationResource
 
getInstance() - Static method in class org.jicengine.expression.LJEParser
 
getInstanceClass() - Method in class org.jicengine.element.ElementImpl
 
getIntArray() - Method in class org.jicengine.test.TestObject
 
getIntValue() - Method in class org.jicengine.test.TestObject
 
getIntegerArray() - Method in class org.jicengine.test.TestObject
 
getLocation() - Method in class org.jicengine.element.AbstractElement
 
getLocation() - Method in class org.jicengine.element.ElementCompiler
 
getMimeType() - Method in class org.jicengine.io.AbstractResource
Returns the mime-type set with setMimeType().
getMimeType() - Method in interface org.jicengine.io.Resource
Returns the http mime-type of this Resource, if this Resource has one.
getName() - Method in class org.jicengine.element.AbstractElement
 
getName() - Method in interface org.jicengine.element.Element
 
getName() - Method in class org.jicengine.element.ElementCompiler
 
getName() - Method in class org.jicengine.element.ElementImpl.ActionElementImpl
 
getName() - Method in class org.jicengine.element.ElementImpl.ValueElementImpl
 
getName() - Method in class org.jicengine.element.Type
 
getName() - Method in class org.jicengine.element.impl.ArrayElementCompiler.RenamedValueElement
 
getName() - Method in class org.jicengine.operation.AbstractContext
 
getName(Context, String) - Static method in class org.jicengine.operation.AbstractContext
 
getName() - Method in class org.jicengine.operation.VariableValueOperation
 
getName() - Method in class org.jicengine.test.TestObject
 
getObject(String) - Method in interface org.jicengine.operation.Context
finds an object from the context.
getObject(String) - Method in class org.jicengine.operation.EmptyContext
 
getObject(String) - Method in class org.jicengine.operation.LocalContext
 
getObject(String) - Method in class org.jicengine.operation.SimpleContext
 
getParameters() - Method in interface org.jicengine.BuildContext
 
getParameters() - Method in class org.jicengine.Instructions
 
getParameters() - Method in class org.jicengine.builder.BuildContextImpl
 
getParameters() - Method in class org.jicengine.element.Type
 
getParent() - Method in class org.jicengine.operation.LocalContext
 
getPathOf(File) - Static method in class org.jicengine.io.PathResolver
 
getProperty(Object, String) - Static method in class org.jicengine.operation.BeanUtils
Returns the value of a property.
getReader() - Method in class org.jicengine.io.AbstractResource
Simple implementation of getReader() that wraps the InputStream obtained from getInputStream() with a InputStreamReader.
getReader() - Method in interface org.jicengine.io.Resource
Alternative way for reading text-based resources.
getReader() - Method in class org.jicengine.io.StringResource
 
getRealPath(String, String) - Static method in class org.jicengine.io.PathResolver
Forms a real path from a base-path and a relative path.
getResource(String) - Method in interface org.jicengine.BuildContext
 
getResource(String) - Method in class org.jicengine.builder.BuildContextImpl
 
getResource(String) - Method in class org.jicengine.io.AbstractResource
 
getResource(String) - Method in class org.jicengine.io.ClassResource
 
getResource(String) - Method in class org.jicengine.io.ClasspathResource
 
getResource(String) - Method in class org.jicengine.io.FileResource
 
getResource(String) - Method in interface org.jicengine.io.Resource
Locates another Resource whose path is defined relative to this Resource.
getResource(String) - Method in class org.jicengine.io.StringResource
 
getResource(String) - Method in class org.jicengine.io.UrlResource
 
getResource(String) - Method in class org.jicengine.io.WebApplicationResource
 
getResourceName() - Method in class org.jicengine.io.ClassResource
not same as the getIdentifier(), which is prefixed with the name of the owner class..
getResourceName() - Method in class org.jicengine.io.ClasspathResource
 
getResourceName() - Method in class org.jicengine.io.WebApplicationResource
 
getResourceOwnerClass() - Method in class org.jicengine.io.ClassResource
 
getResult() - Method in class org.jicengine.builder.Handler
 
getServletContext() - Method in class org.jicengine.io.WebApplicationResource
 
getSetPropertyActionExpression(String) - Static method in class org.jicengine.element.impl.BeanElementCompiler
'childElement' -> this.setChildElement(childElement)
getSignature() - Method in class org.jicengine.element.Type
 
getText() - Method in class org.jicengine.io.StringResource
 
getTypeManager() - Static method in class org.jicengine.builder.DefaultJiceTypes
 
getTypes(Object[]) - Static method in class org.jicengine.operation.ReflectionUtils
 
getUrl() - Method in class org.jicengine.io.ClassResource
 
getUrl() - Method in class org.jicengine.io.ClasspathResource
 
getUrl() - Method in class org.jicengine.io.FileResource
 
getUrl() - Method in interface org.jicengine.io.UrlReadable
 
getUrl() - Method in class org.jicengine.io.UrlResource
 
getUrl() - Method in class org.jicengine.io.WebApplicationResource
 
getValue(Context, Object) - Method in class org.jicengine.element.ElementImpl.ValueElementImpl
 
getValue(Context, Object) - Method in class org.jicengine.element.StaticValueElement
 
getValue(Context, Object) - Method in interface org.jicengine.element.ValueElement
Creates and returns the value of this element.
getValue(Context, Object) - Method in class org.jicengine.element.impl.ArrayElementCompiler.RenamedValueElement
 

H

Handler - class org.jicengine.builder.Handler.
 
Handler() - Constructor for class org.jicengine.builder.Handler
 
handleChildElement(Element) - Method in class org.jicengine.element.ElementCompiler
Used for notifying this element about a child-element
handleChildElement(Element) - Method in class org.jicengine.element.impl.ArrayElementCompiler
Overrides the default handleChildElement()-procedure so that it becomes possible to handle the child-elements as elements of the array.
handleExtraChildElement(ValueElement) - Method in class org.jicengine.element.ElementCompiler
for subclasses!
handleExtraChildElement(ValueElement) - Method in class org.jicengine.element.impl.BeanElementCompiler
transforms the child into a property setter action..
handleExtraChildElement(ValueElement) - Method in class org.jicengine.element.impl.BlockElementCompiler
compiles the unused value element to an action element, that doesn't actually do anything than just creates the value..
handleExtraChildElement(ValueElement) - Method in class org.jicengine.element.impl.ListElementCompiler
 
handleExtraChildElement(ValueElement) - Method in class org.jicengine.element.impl.MapCompiler
 
handleExtraChildElement(ValueElement) - Method in class org.jicengine.element.impl.StrictElementCompiler
 
hasInParent(String) - Method in class org.jicengine.operation.LocalContext
 
hasObject(String) - Method in interface org.jicengine.operation.Context
 
hasObject(String) - Method in class org.jicengine.operation.EmptyContext
 
hasObject(String) - Method in class org.jicengine.operation.LocalContext
 
hasObject(String) - Method in class org.jicengine.operation.SimpleContext
 

I

INNERCLASS_SEPARATOR - Static variable in class org.jicengine.expression.ClassParser
 
INSTANCE - Static variable in class org.jicengine.expression.BooleanParser
 
INSTANCE - Static variable in class org.jicengine.expression.ClassParser
 
INSTANCE - Static variable in class org.jicengine.expression.NumberParser
 
INSTANCE - Static variable in class org.jicengine.operation.EmptyContext
 
INSTANCE - Static variable in class org.jicengine.operation.EmptyOperation
 
IdTest - class org.jicengine.test.IdTest.
 
IdTest() - Constructor for class org.jicengine.test.IdTest
 
Instructions - class org.jicengine.Instructions.
 
Instructions(Resource) - Constructor for class org.jicengine.Instructions
 
Instructions(Resource, Map) - Constructor for class org.jicengine.Instructions
 
IntElementCompiler - class org.jicengine.element.impl.IntElementCompiler.
 
IntElementCompiler(String, Location) - Constructor for class org.jicengine.element.impl.IntElementCompiler
 
IntegerTest - class org.jicengine.test.IntegerTest.
 
IntegerTest() - Constructor for class org.jicengine.test.IntegerTest
 
ignorableWhitespace(char[], int, int) - Method in class org.jicengine.builder.Handler
 
init() - Method in class org.jicengine.tools.ShellWindow
 
initCause(Throwable) - Method in class org.jicengine.util.ChainedException
 
initCause(Throwable) - Method in class org.jicengine.util.ChainedRuntimeException
 
instantiate(Class, Object[]) - Static method in class org.jicengine.operation.ReflectionUtils
 
invokeMethod(Object, String, Object[]) - Static method in class org.jicengine.operation.ReflectionUtils
Invokes a method.
invokeStaticMethod(Class, String, Object[]) - Static method in class org.jicengine.operation.ReflectionUtils
 
isAvailable() - Method in class org.jicengine.io.AbstractResource
Determines the availability of the Resource by calling getInputStream(): resource is available if the method doesn't throw an exception.
isAvailable() - Method in class org.jicengine.io.ClassResource
 
isAvailable() - Method in class org.jicengine.io.ClasspathResource
 
isAvailable() - Method in class org.jicengine.io.FileResource
 
isAvailable() - Method in interface org.jicengine.io.Resource
Tests whether the resource is available i.e. can be read.
isAvailable() - Method in class org.jicengine.io.StringResource
 
isAvailable() - Method in class org.jicengine.io.WebApplicationResource
 
isNeeded(ValueElement) - Method in class org.jicengine.element.ElementImpl
 
isOverridden(Context) - Method in class org.jicengine.element.ElementImpl
 

J

JICE - class org.jicengine.JICE.
 
JICE() - Constructor for class org.jicengine.JICE
 
jicFragmentEquals(String, Object) - Static method in class org.jicengine.test.Utils
 
jicFragmentEquals(String, Map, Object) - Static method in class org.jicengine.test.Utils
 

L

LJEParser - class org.jicengine.expression.LJEParser.
'Limited Java Expression'-parser.
LONG_MARKER_1 - Static variable in class org.jicengine.expression.NumberParser
 
LONG_MARKER_2 - Static variable in class org.jicengine.expression.NumberParser
 
ListElementCompiler - class org.jicengine.element.impl.ListElementCompiler.
 
ListElementCompiler(String, Location) - Constructor for class org.jicengine.element.impl.ListElementCompiler
 
ListTest - class org.jicengine.test.ListTest.
 
ListTest() - Constructor for class org.jicengine.test.ListTest
 
LocalContext - class org.jicengine.operation.LocalContext.
local context is a context inside a larger context (parent context).
LocalContext(Context) - Constructor for class org.jicengine.operation.LocalContext
 
LocalContext(Context, Context) - Constructor for class org.jicengine.operation.LocalContext
 
LocalContext(String, Context, Context) - Constructor for class org.jicengine.operation.LocalContext
 
Location - class org.jicengine.element.Location.
 
Location(int, String, int) - Constructor for class org.jicengine.element.Location
 
lookup(String, Context) - Static method in class org.jicengine.operation.VariableValueOperation
 

M

METHOD_PARAMS_END - Static variable in interface org.jicengine.expression.Parser
 
METHOD_PARAMS_END - Static variable in class org.jicengine.expression.Utils
 
METHOD_PARAMS_START - Static variable in interface org.jicengine.expression.Parser
 
METHOD_PARAMS_START - Static variable in class org.jicengine.expression.Utils
 
MapCompiler - class org.jicengine.element.impl.MapCompiler.
 
MapCompiler(String, Location) - Constructor for class org.jicengine.element.impl.MapCompiler
 
MapTest - class org.jicengine.test.MapTest.
 
MapTest() - Constructor for class org.jicengine.test.MapTest
 
MethodInvocationOperation - class org.jicengine.operation.MethodInvocationOperation.
 
MethodInvocationOperation(String, Operation, Operation[]) - Constructor for class org.jicengine.operation.MethodInvocationOperation
 
MethodInvocationParser - class org.jicengine.expression.MethodInvocationParser.
 
MethodInvocationParser(Parser) - Constructor for class org.jicengine.expression.MethodInvocationParser
 
main(String[]) - Static method in class org.jicengine.JICE
command-line interface for processing a jic-file.
main(String[]) - Static method in class org.jicengine.builder.BuilderImpl
 
main(String[]) - Static method in class org.jicengine.expression.Tests
 
main(String[]) - Static method in class org.jicengine.test.Examples
 
main(String[]) - Static method in class org.jicengine.test.RunTests
 
main(String[]) - Static method in class org.jicengine.test.Utils
 
main(String[]) - Static method in class org.jicengine.tools.ShellWindow
 

N

NAMESPACE_URI_JICE_1_0 - Static variable in class org.jicengine.builder.Handler
 
NEGATIVE_SIGN - Static variable in class org.jicengine.expression.NumberParser
 
NamespaceTest - class org.jicengine.test.NamespaceTest.
 
NamespaceTest() - Constructor for class org.jicengine.test.NamespaceTest
 
NumberParser - class org.jicengine.expression.NumberParser.
 
NumberParser() - Constructor for class org.jicengine.expression.NumberParser
 
needsParameter(String) - Method in class org.jicengine.element.impl.ArrayElementCompiler.ArrayConstructor
 
needsParameter(String) - Method in class org.jicengine.expression.ObjectStoreOperation
 
needsParameter(String) - Method in class org.jicengine.operation.EmptyOperation
 
needsParameter(String) - Method in class org.jicengine.operation.FieldValueOperation
 
needsParameter(String) - Method in class org.jicengine.operation.MethodInvocationOperation
 
needsParameter(String) - Method in interface org.jicengine.operation.Operation
So clients may query if this operation needs a particular parameter. a return value 'true' means that in order to execute this parameter, a parameter with the given name must exist in the context.
needsParameter(String) - Method in class org.jicengine.operation.ParameterlessOperation
 
needsParameter(String) - Method in class org.jicengine.operation.UnexecutableOperation
 
needsParameter(String) - Method in class org.jicengine.operation.VariableValueOperation
 
needsParameters() - Method in class org.jicengine.element.impl.ArrayElementCompiler.ArrayConstructor
 
needsParameters() - Method in class org.jicengine.expression.ObjectStoreOperation
 
needsParameters() - Method in class org.jicengine.operation.EmptyOperation
 
needsParameters() - Method in class org.jicengine.operation.FieldValueOperation
 
needsParameters() - Method in class org.jicengine.operation.MethodInvocationOperation
 
needsParameters() - Method in interface org.jicengine.operation.Operation
So clients may query whether this operation needs any parameters at all.
needsParameters() - Method in class org.jicengine.operation.ParameterlessOperation
 
needsParameters() - Method in class org.jicengine.operation.UnexecutableOperation
 
needsParameters() - Method in class org.jicengine.operation.VariableValueOperation
 

O

OPERATION_SEPARATOR - Static variable in interface org.jicengine.expression.Parser
 
ObjectStoreOperation - class org.jicengine.expression.ObjectStoreOperation.
 
ObjectStoreOperation(String, Object) - Constructor for class org.jicengine.expression.ObjectStoreOperation
 
ObjectTypeTest - class org.jicengine.test.ObjectTypeTest.
 
ObjectTypeTest() - Constructor for class org.jicengine.test.ObjectTypeTest
 
Operation - interface org.jicengine.operation.Operation.
An executable operation.
OperationException - exception org.jicengine.operation.OperationException.
 
OperationException(String) - Constructor for class org.jicengine.operation.OperationException
 
OperationException(String, Throwable) - Constructor for class org.jicengine.operation.OperationException
 
OverridingTest - class org.jicengine.test.OverridingTest.
 
OverridingTest() - Constructor for class org.jicengine.test.OverridingTest
 
org.jicengine - package org.jicengine
 
org.jicengine.builder - package org.jicengine.builder
 
org.jicengine.element - package org.jicengine.element
 
org.jicengine.element.impl - package org.jicengine.element.impl
 
org.jicengine.expression - package org.jicengine.expression
 
org.jicengine.io - package org.jicengine.io
 
org.jicengine.operation - package org.jicengine.operation
 
org.jicengine.test - package org.jicengine.test
 
org.jicengine.tools - package org.jicengine.tools
 
org.jicengine.util - package org.jicengine.util
 

P

ParameterlessOperation - class org.jicengine.operation.ParameterlessOperation.
 
ParameterlessOperation() - Constructor for class org.jicengine.operation.ParameterlessOperation
 
Parser - interface org.jicengine.expression.Parser.
for parsing string expressions into executable operations.
PathResolver - class org.jicengine.io.PathResolver.
 
PathResolver() - Constructor for class org.jicengine.io.PathResolver
 
parse(String) - Static method in class org.jicengine.element.Type
 
parse(String) - Method in class org.jicengine.expression.CompositeParser
 
parse(String) - Method in class org.jicengine.expression.FieldValueParser
 
parse(String) - Method in class org.jicengine.expression.LJEParser
 
parse(String) - Method in class org.jicengine.expression.MethodInvocationParser
 
parse(String) - Method in interface org.jicengine.expression.Parser
 
parse(String) - Method in class org.jicengine.expression.StaticValueParser
 
parse(String) - Method in class org.jicengine.expression.VariableParser
 
parseParameterlist(String) - Static method in class org.jicengine.expression.Utils
 
parseSignature(String) - Static method in class org.jicengine.expression.Utils
 
parseValue(String) - Method in class org.jicengine.expression.BooleanParser
 
parseValue(String) - Method in class org.jicengine.expression.ClassParser
 
parseValue(String) - Method in class org.jicengine.expression.NumberParser
 
parseValue(String) - Method in class org.jicengine.expression.StaticValueParser
 
parseValue(String) - Method in class org.jicengine.expression.StringParser
 
primitiveTypeToWrapperType(Class) - Static method in class org.jicengine.operation.ReflectionUtils
 
primitiveWrapperToPrimitiveType(Class) - Static method in class org.jicengine.operation.ReflectionUtils
 
printStackTrace() - Method in class org.jicengine.util.ChainedException
 
printStackTrace(PrintStream) - Method in class org.jicengine.util.ChainedException
 
printStackTrace(PrintWriter) - Method in class org.jicengine.util.ChainedException
 
printStackTrace() - Method in class org.jicengine.util.ChainedRuntimeException
 
printStackTrace(PrintStream) - Method in class org.jicengine.util.ChainedRuntimeException
 
printStackTrace(PrintWriter) - Method in class org.jicengine.util.ChainedRuntimeException
 
processingInstruction(String, String) - Method in class org.jicengine.builder.Handler
 

R

ReflectionUtils - class org.jicengine.operation.ReflectionUtils.
 
ReflectionUtils() - Constructor for class org.jicengine.operation.ReflectionUtils
 
ReflectionUtils.NoMethodWithSuchParametersException - exception org.jicengine.operation.ReflectionUtils.NoMethodWithSuchParametersException.
Indicates that one or more methods with the right name were found but the method-parameters didn't match.
ReflectionUtils.NoMethodWithSuchParametersException(Class, String, Object[]) - Constructor for class org.jicengine.operation.ReflectionUtils.NoMethodWithSuchParametersException
 
ReflectionUtils.NoSuchConstructorException - exception org.jicengine.operation.ReflectionUtils.NoSuchConstructorException.
 
ReflectionUtils.NoSuchConstructorException(Class, Object[]) - Constructor for class org.jicengine.operation.ReflectionUtils.NoSuchConstructorException
 
ReflectionUtils.NoSuchMethodException - exception org.jicengine.operation.ReflectionUtils.NoSuchMethodException.
 
ReflectionUtils.NoSuchMethodException(Class, String) - Constructor for class org.jicengine.operation.ReflectionUtils.NoSuchMethodException
 
Resource - interface org.jicengine.io.Resource.
Provides a common interface for reading resources and resolving relative path-references.
ResourceCompiler - class org.jicengine.element.impl.ResourceCompiler.
 
ResourceCompiler(String, Location) - Constructor for class org.jicengine.element.impl.ResourceCompiler
 
RunTests - class org.jicengine.test.RunTests.
 
RunTests() - Constructor for class org.jicengine.test.RunTests
 
removeObject(String) - Method in class org.jicengine.operation.EmptyContext
 

S

STRING_MARKER - Static variable in interface org.jicengine.expression.Parser
 
STRING_MARKER - Static variable in class org.jicengine.expression.Utils
 
ShellWindow - class org.jicengine.tools.ShellWindow.
 
ShellWindow() - Constructor for class org.jicengine.tools.ShellWindow
 
SimpleContext - class org.jicengine.operation.SimpleContext.
 
SimpleContext() - Constructor for class org.jicengine.operation.SimpleContext
 
SimpleContext(String) - Constructor for class org.jicengine.operation.SimpleContext
 
SimpleMethodInvocationOperation - class org.jicengine.operation.SimpleMethodInvocationOperation.
 
SimpleMethodInvocationOperation(String, Operation, String, Operation[]) - Constructor for class org.jicengine.operation.SimpleMethodInvocationOperation
 
SimpleType - class org.jicengine.element.SimpleType.
 
SimpleType(String, String[]) - Constructor for class org.jicengine.element.SimpleType
 
StaticValue - class org.jicengine.operation.StaticValue.
 
StaticValue(Object) - Constructor for class org.jicengine.operation.StaticValue
 
StaticValueElement - class org.jicengine.element.StaticValueElement.
 
StaticValueElement(String, Location, Object) - Constructor for class org.jicengine.element.StaticValueElement
 
StaticValueParser - class org.jicengine.expression.StaticValueParser.
 
StaticValueParser() - Constructor for class org.jicengine.expression.StaticValueParser
 
StrictElementCompiler - class org.jicengine.element.impl.StrictElementCompiler.
 
StrictElementCompiler(String, Location) - Constructor for class org.jicengine.element.impl.StrictElementCompiler
 
StringParser - class org.jicengine.expression.StringParser.
 
StringParser() - Constructor for class org.jicengine.expression.StringParser
 
StringResource - class org.jicengine.io.StringResource.
A virtual resource whose content is a String, instead of a file on disc.
StringResource(String, String, Resource) - Constructor for class org.jicengine.io.StringResource
 
StringTest - class org.jicengine.test.StringTest.
 
StringTest() - Constructor for class org.jicengine.test.StringTest
 
SyntaxException - exception org.jicengine.expression.SyntaxException.
 
SyntaxException(String) - Constructor for class org.jicengine.expression.SyntaxException
 
SyntaxException(String, Throwable) - Constructor for class org.jicengine.expression.SyntaxException
 
setAction(String) - Method in class org.jicengine.element.ElementCompiler
for setting the action as an expression.
setAction(Operation) - Method in class org.jicengine.element.ElementImpl
 
setAttribute(String, String, ElementCompiler) - Method in class org.jicengine.builder.Handler
 
setBooleanArray(boolean[]) - Method in class org.jicengine.test.TestObject
 
setCData(String) - Method in class org.jicengine.element.ElementCompiler
if this element has a constructor, the cdata is added to the element-context with the name 'CDATA'.
setChild(TestObject) - Method in class org.jicengine.test.TestObject
 
setConstructor(String) - Method in class org.jicengine.element.ElementCompiler
 
setConstructor(Operation) - Method in class org.jicengine.element.ElementImpl
 
setDocumentLocator(Locator) - Method in class org.jicengine.builder.Handler
 
setDoubleValue(double) - Method in class org.jicengine.test.TestObject
 
setFieldValue(Object, Class, String, Object) - Static method in class org.jicengine.operation.ReflectionUtils
 
setId(String) - Method in class org.jicengine.element.ElementCompiler
Sets the id of this element.
setId(String) - Method in class org.jicengine.element.ElementImpl
Sets the id of this element.
setInstanceClass(String) - Method in class org.jicengine.element.ElementCompiler
 
setInstanceClass(Class) - Method in class org.jicengine.element.ElementImpl
 
setIntArray(int[]) - Method in class org.jicengine.test.TestObject
 
setIntValue(int) - Method in class org.jicengine.test.TestObject
 
setIntegerArray(Integer[]) - Method in class org.jicengine.test.TestObject
 
setMessage(String) - Static method in class org.jicengine.test.ActionTest
 
setMimeType(String) - Method in class org.jicengine.io.AbstractResource
 
setName(String) - Method in class org.jicengine.test.TestObject
 
setOverridableBy(String) - Method in class org.jicengine.element.ElementCompiler
 
setOverridableBy(String) - Method in class org.jicengine.element.ElementImpl
 
setParameters(String) - Method in class org.jicengine.element.ElementCompiler
 
setParent(Context) - Method in class org.jicengine.operation.LocalContext
 
setProperty(Object, String, Object) - Static method in class org.jicengine.operation.BeanUtils
Sets the value of a property.
skippedEntity(String) - Method in class org.jicengine.builder.Handler
 
start() - Method in class org.jicengine.tools.ShellWindow
 
startDocument() - Method in class org.jicengine.builder.Handler
 
startElement(String, String, String, Attributes) - Method in class org.jicengine.builder.Handler
 
startPrefixMapping(String, String) - Method in class org.jicengine.builder.Handler
 

T

TestObject - class org.jicengine.test.TestObject.
 
TestObject() - Constructor for class org.jicengine.test.TestObject
 
TestObject(String, double) - Constructor for class org.jicengine.test.TestObject
 
Tests - class org.jicengine.expression.Tests.
 
Tests() - Constructor for class org.jicengine.expression.Tests
 
Tests.LJETest - class org.jicengine.expression.Tests.LJETest.
 
Tests.LJETest() - Constructor for class org.jicengine.expression.Tests.LJETest
 
Tests.UtilsTest - class org.jicengine.expression.Tests.UtilsTest.
 
Tests.UtilsTest() - Constructor for class org.jicengine.expression.Tests.UtilsTest
 
Type - class org.jicengine.element.Type.
 
Type(String, String[]) - Constructor for class org.jicengine.element.Type
 
TypeManager - interface org.jicengine.builder.TypeManager.
 
TypeManagerImpl - class org.jicengine.builder.TypeManagerImpl.
 
TypeManagerImpl(Map) - Constructor for class org.jicengine.builder.TypeManagerImpl
 
testActionParametersAreNotOverridden() - Method in class org.jicengine.test.OverridingTest
 
testActionsInsideOverriddenObjectAreNotExecuted() - Method in class org.jicengine.test.OverridingTest
 
testActionsOnParent() - Method in class org.jicengine.test.ActionTest
 
testBeanType() - Method in class org.jicengine.test.BeanTest
 
testBlockType() - Method in class org.jicengine.test.BlockTypeTest
 
testBoolean() - Method in class org.jicengine.expression.Tests.LJETest
 
testBooleanArray() - Method in class org.jicengine.test.ArrayTest
 
testBothParametersAndValueNotAllowed() - Method in class org.jicengine.test.ClassAttributeTest
 
testCdata() - Method in class org.jicengine.test.StringTest
 
testCdataWithDifficultChars() - Method in class org.jicengine.test.StringTest
 
testChildIdTest() - Method in class org.jicengine.test.IdTest
 
testClassAttribute() - Method in class org.jicengine.test.ClassAttributeTest
 
testClassAttributeAndCdataElement() - Method in class org.jicengine.test.ClassAttributeTest
 
testClassAttributeConstrains() - Method in class org.jicengine.test.ClassAttributeTest
 
testColorFromCdata() - Method in class org.jicengine.test.ColorTest
 
testConstructorFromClassAndParametersAttributes() - Method in class org.jicengine.test.ClassAttributeTest
 
testConstructorFromClassAttribute() - Method in class org.jicengine.test.ClassAttributeTest
 
testContanst() - Method in class org.jicengine.test.ConstantTest
 
testDefaultNamespace() - Method in class org.jicengine.test.NamespaceTest
 
testEmptyArray() - Method in class org.jicengine.test.ArrayTest
 
testEmptyMap() - Method in class org.jicengine.test.MapTest
 
testEmptyObjectArrays() - Method in class org.jicengine.test.ArrayTest
 
testEmptyPrimitiveArrays() - Method in class org.jicengine.test.ArrayTest
 
testInnerClass() - Method in class org.jicengine.test.ClassAttributeTest
 
testIntArray() - Method in class org.jicengine.test.ArrayTest
 
testIntType() - Method in class org.jicengine.test.IntegerTest
 
testIntValue() - Method in class org.jicengine.test.IntegerTest
 
testIntegerArray() - Method in class org.jicengine.test.ArrayTest
 
testMapWithActionChildren() - Method in class org.jicengine.test.MapTest
 
testNewInnerClass() - Method in class org.jicengine.test.ConstructorTest
 
testNewOperation() - Method in class org.jicengine.test.ConstructorTest
 
testNoElementsIgnored() - Method in class org.jicengine.test.BeanTest
 
testNoUnusedValueChildrenAllowed() - Method in class org.jicengine.test.ObjectTypeTest
 
testNumbers() - Method in class org.jicengine.expression.Tests.LJETest
 
testObjectArrays() - Method in class org.jicengine.test.ArrayTest
 
testObjectType() - Method in class org.jicengine.test.ObjectTypeTest
 
testObligatoryOverridingFails() - Method in class org.jicengine.test.OverridingTest
 
testOverridableByAttribute() - Method in class org.jicengine.test.OverridingTest
 
testOverridableElementWithoutDefaultValue() - Method in class org.jicengine.test.OverridingTest
 
testOverridingObjectOfWrongTypeFails() - Method in class org.jicengine.test.OverridingTest
 
testParametersAttribute() - Method in class org.jicengine.test.MapTest
 
testParseSignature() - Method in class org.jicengine.expression.Tests.UtilsTest
 
testPrefixedNamespace() - Method in class org.jicengine.test.NamespaceTest
 
testPrefixedNamespace2() - Method in class org.jicengine.test.NamespaceTest
 
testPrimitiveArrays() - Method in class org.jicengine.test.ClassAttributeTest
 
testRgbAndAlphaElements() - Method in class org.jicengine.test.ColorTest
 
testSimpleList() - Method in class org.jicengine.test.ListTest
 
testSimpleTest() - Method in class org.jicengine.test.IdTest
 
testStaticFieldValue() - Method in class org.jicengine.test.ConstructorTest
 
testStaticMethodCall() - Method in class org.jicengine.test.ActionTest
 
testStaticMethodCall() - Method in class org.jicengine.test.ConstructorTest
 
testStringMap() - Method in class org.jicengine.test.MapTest
 
testStringMapWithConstructor() - Method in class org.jicengine.test.MapTest
 
testStrings() - Method in class org.jicengine.expression.Tests.LJETest
 
testType() - Method in class org.jicengine.test.BooleanTest
 
testType() - Method in class org.jicengine.test.DoubleTest
 
testType() - Method in class org.jicengine.test.StringTest
 
testTypeExpressions() - Method in class org.jicengine.test.ColorTest
 
testValue() - Method in class org.jicengine.test.BooleanTest
 
testValue() - Method in class org.jicengine.test.DoubleTest
 
testValue() - Method in class org.jicengine.test.StringTest
 
testValueOverridden() - Method in class org.jicengine.test.OverridingTest
 
toClass(String) - Method in class org.jicengine.expression.ClassParser
 
toColor(String) - Static method in class org.jicengine.element.impl.ColorCompiler
 
toFile() - Method in class org.jicengine.io.FileResource
 
toGetterMethodName(String) - Static method in class org.jicengine.operation.BeanUtils
Transforms a property-name to a corresponding getter-method name.
toNumber(String) - Method in class org.jicengine.expression.NumberParser
 
toParameterList(String[]) - Static method in class org.jicengine.expression.Utils
 
toRuntimeElement() - Method in class org.jicengine.element.ElementImpl
Returns the runtime-version of this Element.
toSetterMethodName(String) - Static method in class org.jicengine.operation.BeanUtils
Transforms a property-name to a corresponding setter-method name.
toString() - Method in class org.jicengine.element.ElementCompiler
 
toString() - Method in class org.jicengine.element.ElementImpl
 
toString() - Method in class org.jicengine.element.Location
 
toString() - Method in class org.jicengine.element.Type
 
toString() - Method in class org.jicengine.io.AbstractResource
 
toString() - Method in class org.jicengine.operation.AbstractContext
 
toString() - Method in class org.jicengine.operation.FieldValueOperation
 
toString() - Method in class org.jicengine.operation.LocalContext
 
toString() - Method in class org.jicengine.operation.MethodInvocationOperation
 
toString() - Method in class org.jicengine.operation.VariableValueOperation
 
toString() - Method in class org.jicengine.test.TestObject
 

U

UnexecutableOperation - class org.jicengine.operation.UnexecutableOperation.
 
UnexecutableOperation() - Constructor for class org.jicengine.operation.UnexecutableOperation
 
UnexecutableOperation(String) - Constructor for class org.jicengine.operation.UnexecutableOperation
 
UrlReadable - interface org.jicengine.io.UrlReadable.
Most resources, but not all, have an url. this is a interface for them.
UrlResource - class org.jicengine.io.UrlResource.
A resource that is read through an Url.
UrlResource(URL) - Constructor for class org.jicengine.io.UrlResource
 
Utils - class org.jicengine.expression.Utils.
 
Utils() - Constructor for class org.jicengine.expression.Utils
 
Utils - class org.jicengine.test.Utils.
 
Utils() - Constructor for class org.jicengine.test.Utils
 
Utils - class org.jicengine.util.Utils.
?
Utils() - Constructor for class org.jicengine.util.Utils
 

V

VARIABLE_NAME - Static variable in interface org.jicengine.BuildContext
 
VARIABLE_NAME_CDATA - Static variable in interface org.jicengine.element.Element
Variable-names to be used in LJE-expressions.
VARIABLE_NAME_ELEMENT_INSTANCE - Static variable in interface org.jicengine.element.Element
Description of the Field
VARIABLE_NAME_PARENT_INSTANCE - Static variable in interface org.jicengine.element.Element
Description of the Field
ValueElement - interface org.jicengine.element.ValueElement.
ValueElements are elements that both have a value and let the clients/users decide what to do with the value.
VariableParser - class org.jicengine.expression.VariableParser.
 
VariableParser() - Constructor for class org.jicengine.expression.VariableParser
 
VariableValueOperation - class org.jicengine.operation.VariableValueOperation.
 
VariableValueOperation(String) - Constructor for class org.jicengine.operation.VariableValueOperation
 
validateInstance(Object, boolean) - Method in class org.jicengine.element.ElementImpl
validates the instance. an exception is thrown, if the instance is not valid.

W

WebApplicationResource - class org.jicengine.io.WebApplicationResource.
A Resource-implementation for accessing resources inside a web-application.
WebApplicationResource(ServletContext, String) - Constructor for class org.jicengine.io.WebApplicationResource
 
WrapperActionElement - class org.jicengine.element.WrapperActionElement.
WrapperActionElement adds an action to a ValueElement.
WrapperActionElement(ValueElement, Location, Operation) - Constructor for class org.jicengine.element.WrapperActionElement
 
writeTo(OutputStream) - Method in class org.jicengine.io.AbstractResource
 
writeTo(Writer) - Method in class org.jicengine.io.AbstractResource
 
writeTo(OutputStream) - Method in interface org.jicengine.io.Resource
Writes the content of this resource into an OutputStream.
writeTo(Writer) - Method in interface org.jicengine.io.Resource
Writes the content of this resource into a Writer.

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