- value - Variable in class LiteralExpression
-
Der Wert des Literals.
- valueOf(String) - Static method in enum Symbol.Id
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum Symbol.Id
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- vardecl(LinkedList<VarDeclaration>, boolean) - Method in class SyntaxAnalysis
-
Die Methode parsiert die Deklaration eines Attributs bzw. einer Variablen
entsprechend der oben angegebenen Syntax und hängt sie an eine Liste an.
- VarDeclaration - Class in <Unnamed>
-
- VarDeclaration(Identifier, boolean) - Constructor for class VarDeclaration
-
Konstruktor.
- VarOrCall - Class in <Unnamed>
-
Die Klasse repräsentiert einen Ausdruck im Syntaxbaum, der dem Zugriff auf eine
Variable oder ein Attribut bzw. einem Methodenaufruf entspricht.
- VarOrCall(ResolvableIdentifier) - Constructor for class VarOrCall
-
Konstruktor.
- vars - Variable in class MethodDeclaration
-
Die lokalen Variablen der Methode.
- voidType - Static variable in class ClassDeclaration
-
Ein interner Typ für das Ergebnis von Methoden.