public class FlagRegistry extends Object
| Constructor and Description |
|---|
FlagRegistry() |
| Modifier and Type | Method and Description |
|---|---|
int |
newFlag(Class klass)
Register a new flag for the given class.
|
void |
printFlags() |
public int newFlag(Class klass)
klass - the class for which to register a new flagpublic void printFlags()
Copyright © 2001-2017 JRuby. All Rights Reserved.