Interface SModifiers
- 
- All Known Implementing Classes:
 SModifiersImpl
public interface SModifiersRepresents a method/constructor modifiers' container.- See Also:
 Modifier
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisAbstract()booleanisFinal()booleanisPackage()booleanisPrivate()booleanisProtected()booleanisPublic()booleanisStatic()booleanisVirtual() 
 -