Returns an array of the local VarModifiers in this VarContainer. @return An array of the local VarModifiers in this VarContainer
()
| 29 | * @return An array of the local VarModifiers in this VarContainer |
| 30 | */ |
| 31 | public VarModifier<?>[] getModifierArray(); |
| 32 | |
| 33 | /** |
| 34 | * Returns an array of the remote RemoteModifiers in this VarContainer. |
no outgoing calls