Uses of Class
spoon.reflect.visitor.JavaIdentifiers
-
Packages that use JavaIdentifiers Package Description spoon.reflect.visitor This package defines visitor, scanner, and scanner-based query API for Java programs reified in the meta-model. -
-
Uses of JavaIdentifiers in spoon.reflect.visitor
Methods in spoon.reflect.visitor that return JavaIdentifiers Modifier and Type Method Description static JavaIdentifiers
JavaIdentifiers. valueOf(String name)
Returns the enum constant of this type with the specified name.static JavaIdentifiers[]
JavaIdentifiers. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-