Uses of Class
org.mal_lang.lib.AST.Multiplicity
-
-
Uses of AST.Multiplicity in org.mal_lang.lib
Fields in org.mal_lang.lib declared as AST.Multiplicity Modifier and Type Field Description AST.MultiplicityAST.Association. leftMultAST.MultiplicityAST.Association. rightMultMethods in org.mal_lang.lib that return AST.Multiplicity Modifier and Type Method Description static AST.MultiplicityAST.Multiplicity. valueOf(String name)Returns the enum constant of this type with the specified name.static AST.Multiplicity[]AST.Multiplicity. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.mal_lang.lib with parameters of type AST.Multiplicity Constructor Description Association(Position pos, AST.ID leftAsset, AST.ID leftField, AST.Multiplicity leftMult, AST.ID linkName, AST.Multiplicity rightMult, AST.ID rightField, AST.ID rightAsset, List<AST.Meta> meta)
-