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, setParent
-
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
-