Class | Description |
---|---|
AbstractBaseType |
This class represents ancestor for other
Type s. |
BindingGeneratorUtil |
Standard Util class that contains various method for converting
input strings to valid JAVA language strings e.g.
|
BindingTypes | |
FormattingUtils |
Util class.
|
JavaIdentifierNormalizer |
This util class converts every non-java char in identifier to java char by
its unicode name (JAVA SE
SPECIFICATIONS - Identifiers).
|
ReferencedTypeImpl |
Wraps combination of
packageName and name to the
object representation. |
TypeComments |
Utility methods for creating
TypeComment s. |
Types | |
YangSnippetCleaner |
Utility class for cleaning yang models of excess whitespaces.
|
Enum | Description |
---|---|
JavaIdentifier |
Types of java identifier:
class
interface
enum
enum value
method
variable
constant
package
.
|
Copyright © 2019 OpenDaylight. All rights reserved.