Uses of Interface
dev.civl.abc.ast.entity.IF.BehaviorEntity
Packages that use BehaviorEntity
Package
Description
Submodule ast.entity defines entities
(objects of type
Entity),
the abstract things such as types, structures, unions, enumerations,
objects (variables), functions, and so on,
which can be named by identifiers in a program.-
Uses of BehaviorEntity in dev.civl.abc.ast.entity.IF
Methods in dev.civl.abc.ast.entity.IF that return BehaviorEntityModifier and TypeMethodDescriptionEntityFactory.newBehavior(String name, BehaviorNode behavior) Creates a new behavior entity.