Package org.sonarsource.slang.impl
Class FunctionInvocationTreeImpl
java.lang.Object
org.sonarsource.slang.impl.BaseTreeImpl
org.sonarsource.slang.impl.FunctionInvocationTreeImpl
- All Implemented Interfaces:
FunctionInvocationTree,HasTextRange,Tree
-
Constructor Summary
ConstructorsConstructorDescriptionFunctionInvocationTreeImpl(TreeMetaData metaData, Tree memberSelect, List<Tree> arguments) -
Method Summary
Methods inherited from class org.sonarsource.slang.impl.BaseTreeImpl
metaDataMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.sonarsource.slang.api.Tree
descendants, metaData, textRange
-
Constructor Details
-
FunctionInvocationTreeImpl
-
-
Method Details
-
arguments
- Specified by:
argumentsin interfaceFunctionInvocationTree
-
memberSelect
- Specified by:
memberSelectin interfaceFunctionInvocationTree
-
children
-