|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExpressionLeaf | |
---|---|
de.bsvrz.pua.prot.interpreter | Klassen zum Scannen und Parsen von Skripten. |
de.bsvrz.pua.prot.util | Enthält diverse Hilfsklassen für Protokolle und Auswertungen. |
Uses of ExpressionLeaf in de.bsvrz.pua.prot.interpreter |
---|
Methods in de.bsvrz.pua.prot.interpreter that return ExpressionLeaf | |
---|---|
ExpressionLeaf |
ProtocolTreeWalker.attribut(AST _t,
boolean b)
|
ExpressionLeaf |
ProtocolTreeWalker.basisAusdruck(AST _t,
boolean b)
|
ExpressionLeaf |
ProtocolTreeWalker.erweiterbarerBasisAusdruck(AST _t,
boolean b)
|
ExpressionLeaf |
ProtocolTreeWalker.erweiterterAusdruck(AST _t,
boolean b)
|
ExpressionLeaf |
ProtocolTreeWalker.funktionsAufruf(AST _t,
boolean b)
|
ExpressionLeaf |
ProtocolTreeWalker.wahrheitswert(AST _t)
|
Uses of ExpressionLeaf in de.bsvrz.pua.prot.util |
---|
Methods in de.bsvrz.pua.prot.util that return ExpressionLeaf | |
---|---|
static ExpressionLeaf |
ExpressionLeaf.createDoubleLeaf(AST ast,
java.lang.String number)
Erzeugt ein Blatt das die Fließkommazahl 'number' speichert |
static ExpressionLeaf |
ExpressionLeaf.createLongLeaf(AST ast,
java.lang.String number)
Erzeugt ein Blatt das die ganzzahl 'number' speichert |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |