Package hydra.ext.csharp.syntax
Interface RefPropertyBody.PartialVisitor<R>
-
- All Superinterfaces:
RefPropertyBody.Visitor<R>
- Enclosing class:
- RefPropertyBody
public static interface RefPropertyBody.PartialVisitor<R> extends RefPropertyBody.Visitor<R>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default R
otherwise(RefPropertyBody instance)
default R
visit(RefPropertyBody.Block instance)
default R
visit(RefPropertyBody.Ref instance)
-
-
-
Method Detail
-
otherwise
default R otherwise(RefPropertyBody instance)
-
visit
default R visit(RefPropertyBody.Block instance)
- Specified by:
visit
in interfaceRefPropertyBody.Visitor<R>
-
visit
default R visit(RefPropertyBody.Ref instance)
- Specified by:
visit
in interfaceRefPropertyBody.Visitor<R>
-
-