Uses of Class
org.rspeer.game.script.model.ui.schema.structure.Section
-
Packages that use Section Package Description org.rspeer.game.script.model.mapping org.rspeer.game.script.model.ui.schema.structure org.rspeer.game.script.model.visitor -
-
Uses of Section in org.rspeer.game.script.model.mapping
Methods in org.rspeer.game.script.model.mapping that return Section Modifier and Type Method Description Section
FieldAnnotationMapping. getSection()
Methods in org.rspeer.game.script.model.mapping with parameters of type Section Modifier and Type Method Description void
FieldAnnotationMapping. setSection(Section section)
-
Uses of Section in org.rspeer.game.script.model.ui.schema.structure
Fields in org.rspeer.game.script.model.ui.schema.structure declared as Section Modifier and Type Field Description static Section
Section. TOP_LEVEL
-
Uses of Section in org.rspeer.game.script.model.visitor
Methods in org.rspeer.game.script.model.visitor with parameters of type Section Modifier and Type Method Description void
ConfigProcessor. setSection(Section section, ConfigModel model)
void
ConfigVisitor. setSection(Section section, ConfigModel model)
-