Uses of Enum Class
dev.civl.abc.ast.IF.DifferenceObject.DiffKind
Packages that use DifferenceObject.DiffKind
Package
Description
Module ast defines an Abstract Syntax Tree
representation of a program, the
AST.-
Uses of DifferenceObject.DiffKind in dev.civl.abc.ast.IF
Methods in dev.civl.abc.ast.IF that return DifferenceObject.DiffKindModifier and TypeMethodDescriptionDifferenceObject.getDiffKind()static DifferenceObject.DiffKindReturns the enum constant of this class with the specified name.static DifferenceObject.DiffKind[]DifferenceObject.DiffKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.civl.abc.ast.IF with parameters of type DifferenceObject.DiffKindModifierConstructorDescriptionDifferenceObject(ASTNode thisNode, ASTNode thatNode, DifferenceObject.DiffKind kind) DifferenceObject(ASTNode thisNode, ASTNode thatNode, DifferenceObject.DiffKind other, String message)