classfilewriter 1.0.0.Final

org.jboss.classfilewriter.code
Class LocalVariableState

java.lang.Object
  extended by org.jboss.classfilewriter.code.LocalVariableState

public class LocalVariableState
extends Object

In immutable local variable state

Author:
Stuart Douglas

Constructor Summary
LocalVariableState(ClassMethod method)
          construct the initial local variable state for a method
 
Method Summary
 LocalVariableState constructorCall(StackEntry entry)
           
 StackEntry get(int index)
           
 List<StackEntry> getContents()
           
 int size()
           
 LocalVariableState store(int index, StackEntry entry)
           
 LocalVariableState storeWide(int index, StackEntry entry)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocalVariableState

public LocalVariableState(ClassMethod method)
construct the initial local variable state for a method

Method Detail

getContents

public List<StackEntry> getContents()

get

public StackEntry get(int index)

storeWide

public LocalVariableState storeWide(int index,
                                    StackEntry entry)

store

public LocalVariableState store(int index,
                                StackEntry entry)

size

public int size()

toString

public String toString()
Overrides:
toString in class Object

constructorCall

public LocalVariableState constructorCall(StackEntry entry)

classfilewriter 1.0.0.Final

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.