Class ListAccessExprT

    • Constructor Summary

      Constructors 
      Constructor Description
      ListAccessExprT​(TypedExpression name, com.github.javaparser.ast.expr.Expression index, java.lang.reflect.Type type)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<java.lang.reflect.Type> getElementType()  
      java.util.Optional<java.lang.reflect.Type> getType()  
      com.github.javaparser.ast.Node toJavaExpression()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ListAccessExprT

        public ListAccessExprT​(TypedExpression name,
                               com.github.javaparser.ast.expr.Expression index,
                               java.lang.reflect.Type type)
    • Method Detail

      • getType

        public java.util.Optional<java.lang.reflect.Type> getType()
        Specified by:
        getType in interface TypedExpression
      • getElementType

        public java.util.Optional<java.lang.reflect.Type> getElementType()