Uses of Class
gov.nasa.pds.tools.label.GroupStatement
-
Packages that use GroupStatement Package Description gov.nasa.pds.tools.label gov.nasa.pds.tools.label.antlr gov.nasa.pds.tools.label.validate -
-
Uses of GroupStatement in gov.nasa.pds.tools.label
Methods in gov.nasa.pds.tools.label that return types with arguments of type GroupStatement Modifier and Type Method Description List<GroupStatement>
Label. getGroups()
Retrieves groups associated with this labelList<GroupStatement>
Label. getGroups(String identifier)
Retrieves the groups with the identifier or null if not foundList<GroupStatement>
ObjectStatement. getGroups()
Retrieves groups associated with this objectList<GroupStatement>
ObjectStatement. getGroups(DictIdentifier id)
Retrieves the named groupList<GroupStatement>
ObjectStatement. getGroups(String id)
-
Uses of GroupStatement in gov.nasa.pds.tools.label.antlr
Methods in gov.nasa.pds.tools.label.antlr that return GroupStatement Modifier and Type Method Description GroupStatement
ODLParser. group_statement(Label label)
-
Uses of GroupStatement in gov.nasa.pds.tools.label.validate
Methods in gov.nasa.pds.tools.label.validate with parameters of type GroupStatement Modifier and Type Method Description static boolean
GroupValidator. validate(GroupStatement group, Dictionary dictionary, Label label)
-