Home
last modified time | relevance | path

Searched refs:sVarDeclaration (Results 1 – 1 of 1) sorted by relevance

/trunk/main/odk/examples/java/Inspector/
H A DSourceCodeGenerator.java1533 String[] sVarDeclaration = sVariable.split(" "); in getPropertyValueGetterSourceCode() local
1534 if (sVarDeclaration.length > 0){ in getPropertyValueGetterSourceCode()
1536 sReturnVariableName = sVarDeclaration[sVarDeclaration.length-1]; in getPropertyValueGetterSourceCode()

Completed in 31 milliseconds