Uses of Class
com.example.metaschema.ConstraintLetExpression
-
Uses of ConstraintLetExpression in com.example.metaschema
Modifier and TypeMethodDescriptionAssemblyConstraints.getLets()
FieldConstraints.getLets()
FlagConstraints.getLets()
Modifier and TypeMethodDescriptionboolean
AssemblyConstraints.addLet
(ConstraintLetExpression item) Add a newConstraintLetExpression
item to the underlying collection.boolean
FieldConstraints.addLet
(ConstraintLetExpression item) Add a newConstraintLetExpression
item to the underlying collection.boolean
FlagConstraints.addLet
(ConstraintLetExpression item) Add a newConstraintLetExpression
item to the underlying collection.boolean
AssemblyConstraints.removeLet
(ConstraintLetExpression item) Remove the first matchingConstraintLetExpression
item from the underlying collection.boolean
FieldConstraints.removeLet
(ConstraintLetExpression item) Remove the first matchingConstraintLetExpression
item from the underlying collection.boolean
FlagConstraints.removeLet
(ConstraintLetExpression item) Remove the first matchingConstraintLetExpression
item from the underlying collection.Modifier and TypeMethodDescriptionvoid
AssemblyConstraints.setLets
(List<ConstraintLetExpression> value) void
FieldConstraints.setLets
(List<ConstraintLetExpression> value) void
FlagConstraints.setLets
(List<ConstraintLetExpression> value)