Interface ModelASTMethodArg

All Superinterfaces:
ModelASTMarkerInterface
All Known Implementing Classes:
ModelASTBuildParameter, ModelASTClosureMap, ModelASTKeyValueOrMethodCallPair, ModelASTMethodCall, ModelASTOption, ModelASTTrigger, ModelASTValue

public interface ModelASTMethodArg extends ModelASTMarkerInterface
A marker for classes that can serve as the argument for a method, either as part of a ModelASTKeyValueOrMethodCallPair or on its own in a list.
Author:
Andrew Bayer