Uses of Enum Class
software.coley.sourcesolver.model.LiteralExpressionModel.Kind
Packages that use LiteralExpressionModel.Kind
-
Uses of LiteralExpressionModel.Kind in software.coley.sourcesolver.model
Methods in software.coley.sourcesolver.model that return LiteralExpressionModel.KindModifier and TypeMethodDescriptionLiteralExpressionModel.getKind()static LiteralExpressionModel.KindReturns the enum constant of this class with the specified name.static LiteralExpressionModel.Kind[]LiteralExpressionModel.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in software.coley.sourcesolver.model with parameters of type LiteralExpressionModel.KindModifierConstructorDescriptionLiteralExpressionModel(Range range, LiteralExpressionModel.Kind kind, Object content)