C# (CSharp) ABB.Swum.Nodes Namespace

Nested Namespaces

ABB.Swum.Nodes.Tests

Classes

Name Description
ArgumentNode Represents a node that is passed as an argument to a method.
EquivalenceNode A node representing a set of equivalent nodes.
FieldDeclarationNode Represents a field declaration in the program.
MethodDeclarationNode Represents a method declaration in the program.
Node An abstract node within the SWUM model
PhraseNode Represents a phrase, consisting of one or more words.
ProgramElementNode Represents an abstract program element.
TypeNode Represents a type within a program.
VariableDeclarationNode Represents a variable declaration in the program.
WordNode A node representing a single word.