Uses of Class
org.inferred.freebuilder.processor.source.Scope.Level
-
Packages that use Scope.Level Package Description org.inferred.freebuilder.processor org.inferred.freebuilder.processor.source -
-
Uses of Scope.Level in org.inferred.freebuilder.processor
Methods in org.inferred.freebuilder.processor that return Scope.Level Modifier and Type Method Description Scope.LevelDeclarations.Declaration. level() -
Uses of Scope.Level in org.inferred.freebuilder.processor.source
Methods in org.inferred.freebuilder.processor.source that return Scope.Level Modifier and Type Method Description Scope.LevelIdKey. level()Scope.LevelLazyName.Declaration. level()Scope.LevelLazyName. level()Scope.LevelScope.Key. level()Scope.LevelVariable. level()static Scope.LevelScope.Level. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Scope.Level[]Scope.Level. values()Returns an array containing the constants of this enum type, in the order they are declared.
-