Retrieves the Variable Name for this VarModifier. @return the Variable Name for this VarModifier
()
| 89 | * @return the Variable Name for this VarModifier |
| 90 | */ |
| 91 | public String getVarName() |
| 92 | { |
| 93 | return varName; |
| 94 | } |
| 95 | |
| 96 | /** |
| 97 | * Retrieves the PCGenScope for this VarModifier. |
no outgoing calls
no test coverage detected