org.seasar.doma.internal.apt
クラス ElementUtil

java.lang.Object
  上位を拡張 org.seasar.doma.internal.apt.ElementUtil

public class ElementUtil
extends Object

作成者:
taedium

コンストラクタの概要
ElementUtil()
           
 
メソッドの概要
static String getParameterName(VariableElement variableElement)
           
static boolean isEnclosing(Element enclosingElement, Element enclosedElement)
           
static ExecutableType toExecutableType(ExecutableElement element, ProcessingEnvironment env)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ElementUtil

public ElementUtil()
メソッドの詳細

getParameterName

public static String getParameterName(VariableElement variableElement)

isEnclosing

public static boolean isEnclosing(Element enclosingElement,
                                  Element enclosedElement)

toExecutableType

public static ExecutableType toExecutableType(ExecutableElement element,
                                              ProcessingEnvironment env)


Copyright © 2009 The Seasar Foundation. All Rights Reserved.