Limited Java Expressions (LJE)

Author: Timo Laitinen
Date: 2004-10-19

Contents

1. What are Limited Java Expressions?
2. What expressions are available?
3. Limited nesting capabilities

1. What are Limited Java Expressions?

The term Limited Java Expressions refers to that subset of Java expressions that is supported by the JIC Language. LJ expressions are used in the attributes action and instance.

LJ expressions are used because:

Therefore JICE supports only a very limited set of Java expressions. That is enough and more is not needed.

2. What expressions are available?

A LJ expression can be:

3. Limited nesting capabilities

Especially the nesting is very limited: the composite expressions (method call and 'new'-operation) may contain only atoms, not other composite expressions!