Uses of Class
de.monochromata.ast.RelatedExpressionType
-
Uses of RelatedExpressionType in de.monochromata.ast
Methods in de.monochromata.ast that return RelatedExpressionType Modifier and Type Method Description static RelatedExpressionTypeRelatedExpressionType. valueOf(String name)Returns the enum constant of this type with the specified name.static RelatedExpressionType[]RelatedExpressionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.monochromata.ast that return types with arguments of type RelatedExpressionType Modifier and Type Method Description List<org.apache.commons.lang3.tuple.Pair<RelatedExpressionType,E>>RelatedExpressionsCollector. traverse(E definiteExpression, S scope)Traverse the body declaration that contains the given definite expression.