org.kit.furia.fragment.asm
Class SelfValue

java.lang.Object
  extended by org.kit.furia.fragment.asm.SelfValue
All Implemented Interfaces:
FValue, org.objectweb.asm.tree.analysis.Value

public class SelfValue
extends java.lang.Object
implements FValue


Constructor Summary
SelfValue()
           
 
Method Summary
 int getSize()
           
 void toFragment(java.lang.StringBuilder result, java.util.Set visited, IntegerHolder h, int max)
          This function returns the string representation of the given expression.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelfValue

public SelfValue()
Method Detail

getSize

public int getSize()
Specified by:
getSize in interface org.objectweb.asm.tree.analysis.Value

toFragment

public void toFragment(java.lang.StringBuilder result,
                       java.util.Set visited,
                       IntegerHolder h,
                       int max)
Description copied from interface: FValue
This function returns the string representation of the given expression.

Specified by:
toFragment in interface FValue
Parameters:
result - The resulting string representation of the given expression.
visited - A set used to control recursive references.
h - The number of "expansions" that have been executed.
max - The maximum number of expansions that will be executed.


Copyright © 2008 Arnoldo Jose Muller Molina. All Rights Reserved.