|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Statement | |
|---|---|
| cz.zcu.validationserver.exceptions | |
| cz.zcu.validationserver.process.statements | |
| Uses of Statement in cz.zcu.validationserver.exceptions |
|---|
| Fields in cz.zcu.validationserver.exceptions declared as Statement | |
|---|---|
private Statement |
XMLLoadException.caller
|
| Methods in cz.zcu.validationserver.exceptions that return Statement | |
|---|---|
Statement |
XMLLoadException.getCaller()
|
| Constructors in cz.zcu.validationserver.exceptions with parameters of type Statement | |
|---|---|
XMLLoadException(java.lang.String message,
Statement caller)
|
|
XMLLoadException(java.lang.String message,
java.lang.Throwable cause,
Statement caller)
|
|
XMLLoadException(java.lang.Throwable cause,
Statement caller)
|
|
| Uses of Statement in cz.zcu.validationserver.process.statements |
|---|
| Classes in cz.zcu.validationserver.process.statements that implement Statement | |
|---|---|
class |
AbstractStatement
Abstraktni implementace Statement User: Lukas Date: 23.4.2007 Time: 14:55:21 |
class |
Block
Reprezentuje jeden blok prikazu (statementu). |
class |
BreakStatement
Created by IntelliJ IDEA. |
class |
CacheStatement
Created by IntelliJ IDEA. |
class |
CallStatement
Created by IntelliJ IDEA. |
class |
ContinueStatement
Created by IntelliJ IDEA. |
class |
ErrorStatement
Created by IntelliJ IDEA. |
class |
IfStatement
Created by IntelliJ IDEA. |
class |
InfoStatement
Created by IntelliJ IDEA. |
class |
QuitIfErrorStatement
Created by IntelliJ IDEA. |
class |
QuitStatement
Created by IntelliJ IDEA. |
class |
ReturnStatement
Created by IntelliJ IDEA. |
class |
ScriptStatement
Created by IntelliJ IDEA. |
class |
TimeLimitedStatement
Created by IntelliJ IDEA. |
class |
WarningStatement
Created by IntelliJ IDEA. |
class |
WhileStatement
Created by IntelliJ IDEA. |
| Fields in cz.zcu.validationserver.process.statements declared as Statement | |
|---|---|
private Statement |
AbstractStatement.parent
|
| Fields in cz.zcu.validationserver.process.statements with type parameters of type Statement | |
|---|---|
private java.util.LinkedList<Statement> |
Block.statements
|
| Methods in cz.zcu.validationserver.process.statements that return Statement | |
|---|---|
Statement |
Statement.getParent()
Vrati rodice tohoto elementu |
Statement |
AbstractStatement.getParent()
|
Statement |
StatementFactory.getStatementByElementName(java.lang.String elementName)
|
static Statement |
StatementFactory.getStatementInstance(java.lang.String statementName,
Statement parent)
Vrati novou instanci statementu zadanou jeho nazvem. |
| Methods in cz.zcu.validationserver.process.statements with parameters of type Statement | |
|---|---|
static Statement |
StatementFactory.getStatementInstance(java.lang.String statementName,
Statement parent)
Vrati novou instanci statementu zadanou jeho nazvem. |
void |
Statement.setParent(Statement parent)
Nastavi rodice tohoto elementu |
void |
AbstractStatement.setParent(Statement parent)
|
| Constructors in cz.zcu.validationserver.process.statements with parameters of type Statement | |
|---|---|
AbstractStatement(Statement parent)
|
|
Block(Statement parent)
|
|
ScriptStatement(Statement parent)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||