Class Contexts


  • public class Contexts
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static com.github.javaparser.ast.type.Type MapT  
    • Constructor Summary

      Constructors 
      Constructor Description
      Contexts()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static com.github.javaparser.ast.expr.Expression getKey​(com.github.javaparser.ast.expr.Expression currentContext, CompositeType contextType, java.lang.String key)  
      • Methods inherited from class java.lang.Object

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

      • MapT

        public static final com.github.javaparser.ast.type.Type MapT
    • Constructor Detail

      • Contexts

        public Contexts()
    • Method Detail

      • getKey

        public static com.github.javaparser.ast.expr.Expression getKey​(com.github.javaparser.ast.expr.Expression currentContext,
                                                                       CompositeType contextType,
                                                                       java.lang.String key)