Uses of Class
kr.co.hit.live.profile.node.ProfileNode

Packages that use ProfileNode
kr.co.hit.live.profile   
kr.co.hit.live.profile.node   
kr.co.hit.live.profile.visitor   
 

Uses of ProfileNode in kr.co.hit.live.profile
 

Methods in kr.co.hit.live.profile that return ProfileNode
 ProfileNode ObjectProfiler.profile(Object rootObj)
          주어진 Object로부터 연결된 모든 Object들에 대한 profile 작업을 수행한다.
 

Methods in kr.co.hit.live.profile with parameters of type ProfileNode
 void ProfileNodeVisitor.afterVisit(ProfileNode node)
           
 void ProfileNodeVisitor.beforeVisit(ProfileNode node)
           
 

Uses of ProfileNode in kr.co.hit.live.profile.node
 

Subclasses of ProfileNode in kr.co.hit.live.profile.node
 class ArrayProfileNode
          배열 객체를 처리하기 위한 ProfileNode 이다.
 class ObjectProfileNode
          일반 객체를 처리하기 위한 ProfileNode 이다.
 

Fields in kr.co.hit.live.profile.node declared as ProfileNode
protected  ProfileNode ProfileNode.parent
           
 

Fields in kr.co.hit.live.profile.node with type parameters of type ProfileNode
protected  List<ProfileNode> ProfileNode.children
           
 

Methods in kr.co.hit.live.profile.node that return ProfileNode
 ProfileNode ProfileNode.parent()
          부모 노드를 반환한다.
 

Methods in kr.co.hit.live.profile.node with parameters of type ProfileNode
 void ProfileNode.addChild(ProfileNode child)
          자식 노드를 추가한다.
 

Constructors in kr.co.hit.live.profile.node with parameters of type ProfileNode
ArrayProfileNode(ProfileNode parentNode, Object refObj)
           
ObjectProfileNode(ProfileNode parentNode, Object refObj)
           
ProfileNode(ProfileNode parentNode, Object refObj)
           
 

Uses of ProfileNode in kr.co.hit.live.profile.visitor
 

Methods in kr.co.hit.live.profile.visitor with parameters of type ProfileNode
 void ValueObjectVisitor.afterVisit(ProfileNode node)
           
 void PrintWriterVisitor.afterVisit(ProfileNode node)
           
 void CommonsLogVisitor.afterVisit(ProfileNode node)
           
 void ValueObjectVisitor.beforeVisit(ProfileNode node)
           
 void PrintWriterVisitor.beforeVisit(ProfileNode node)
           
 void CommonsLogVisitor.beforeVisit(ProfileNode node)
           
 



Copyright © 2014. All Rights Reserved.