Package io.quarkus.qute
Interface Expression.VirtualMethodPart
-
- All Superinterfaces:
Expression.Part
- Enclosing interface:
- Expression
public static interface Expression.VirtualMethodPart extends Expression.Part
Part that represents a virtual method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Expression>getParameters()-
Methods inherited from interface io.quarkus.qute.Expression.Part
asVirtualMethod, getName, getTypeInfo, isVirtualMethod
-
-
-
-
Method Detail
-
getParameters
List<Expression> getParameters()
-
-