Searched refs:propertyDef (Results 1 – 1 of 1) sorted by relevance
164 FieldDeclaration propertyDef = variables.get(i).asFieldDeclaration(); in parseEnumInterface() local165 if (!isPublicAndStatic(propertyDef)) { in parseEnumInterface()169 new ValueField(getFieldName(propertyDef), parseIntEnumField(propertyDef)); in parseEnumInterface()301 FieldDeclaration propertyDef = variables.get(i).asFieldDeclaration(); in main() local302 if (!isPublicAndStatic(propertyDef)) { in main()305 String propertyName = getFieldName(propertyDef); in main()310 Optional<Comment> maybeComment = propertyDef.getComment(); in main()317 int propertyId = parseIntEnumField(propertyDef); in main()