org.sonar.java.bytecode.asm
Class AsmType

java.lang.Object
  extended by org.sonar.java.bytecode.asm.AsmType

public final class AsmType
extends Object


Method Summary
static boolean containsObject(org.objectweb.asm.Type type)
           
static String getObjectInternalName(org.objectweb.asm.Type type)
           
static boolean isArray(org.objectweb.asm.Type type)
           
static boolean isArrayOfObject(org.objectweb.asm.Type type)
           
static boolean isObject(org.objectweb.asm.Type type)
           
static boolean isVoid(org.objectweb.asm.Type type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isArray

public static boolean isArray(org.objectweb.asm.Type type)

isObject

public static boolean isObject(org.objectweb.asm.Type type)

isArrayOfObject

public static boolean isArrayOfObject(org.objectweb.asm.Type type)

containsObject

public static boolean containsObject(org.objectweb.asm.Type type)

isVoid

public static boolean isVoid(org.objectweb.asm.Type type)

getObjectInternalName

public static String getObjectInternalName(org.objectweb.asm.Type type)


Copyright © 2009-2010 SonarSource SA. All Rights Reserved.