Groovy 2.2.0

org.codehaus.groovy.classgen.asm
[Java] Class OptimizingStatementWriter.StatementMeta

java.lang.Object
  org.codehaus.groovy.classgen.asm.OptimizingStatementWriter.StatementMeta

public static class OptimizingStatementWriter.StatementMeta

Field Summary
protected boolean[] involvedTypes

protected MethodNode target

protected ClassNode type

 
Method Summary
void chainInvolvedTypes(OptimizeFlagsCollector opt)

String toString()

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

involvedTypes

protected boolean[] involvedTypes


target

protected MethodNode target


type

protected ClassNode type


 
Method Detail

chainInvolvedTypes

public void chainInvolvedTypes(OptimizeFlagsCollector opt)


toString

public String toString()


 

Copyright © 2003-2013 The Codehaus. All rights reserved.