Package org.sonar.python.tree
Class SliceExpressionImpl
java.lang.Object
org.sonar.python.tree.PyTree
org.sonar.python.tree.SliceExpressionImpl
- All Implemented Interfaces:
Expression,SliceExpression,Tree,HasTypeDependencies
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.sonar.python.tree.PyTree
firstToken, lastToken -
Constructor Summary
ConstructorsConstructorDescriptionSliceExpressionImpl(Expression object, Token leftBracket, SliceList sliceList, Token rightBracket) -
Method Summary
Methods inherited from class org.sonar.python.tree.PyTree
children, firstToken, is, lastToken, parent, setParentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.sonar.plugins.python.api.tree.Expression
typeV2
-
Constructor Details
-
SliceExpressionImpl
public SliceExpressionImpl(Expression object, Token leftBracket, SliceList sliceList, Token rightBracket)
-
-
Method Details
-
object
- Specified by:
objectin interfaceSliceExpression
-
leftBracket
- Specified by:
leftBracketin interfaceSliceExpression
-
sliceList
- Specified by:
sliceListin interfaceSliceExpression
-
rightBracket
- Specified by:
rightBracketin interfaceSliceExpression
-
accept
-
computeChildren
-
getKind
-
type
- Specified by:
typein interfaceExpression
-
typeDependencies
- Specified by:
typeDependenciesin interfaceHasTypeDependencies
-