Class MethodScope


  • public class MethodScope
    extends Scope
    • Constructor Detail

      • MethodScope

        public MethodScope​(com.sun.codemodel.JMethod method)
    • Method Detail

      • getTypeVariable

        public com.sun.codemodel.JTypeVar getTypeVariable​(java.lang.String name)
      • putTypeVariable

        public void putTypeVariable​(com.sun.codemodel.JTypeVar typeParam)
      • getMethod

        public com.sun.codemodel.JMethod getMethod()