org.sonar.java.bytecode.asm
Class AsmType

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

public class AsmType
extends Object


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

Constructor Detail

AsmType

public AsmType(org.objectweb.asm.Type type)
Method Detail

isArray

public boolean isArray()

isObject

public boolean isObject()

isVoid

public boolean isVoid()

isPrimiteType

public boolean isPrimiteType()

getPath

public String getPath()


Copyright © 2009 SonarSource SA. All Rights Reserved.