public final enum

PrototypeAttribute

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.pnfsoftware.jeb.core.units.code.asm.type.PrototypeAttribute

Class Overview

Attributes of a native prototype item.

Summary

Enum Values
PrototypeAttribute  Const   
PrototypeAttribute  Leaf   
PrototypeAttribute  NoReturn   
PrototypeAttribute  NoThrow   
PrototypeAttribute  Pure   
PrototypeAttribute  VarArg   
Public Methods
String format()
String format(CompilerType comptype)
static PrototypeAttribute valueOf(String name)
final static PrototypeAttribute[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final PrototypeAttribute Const

public static final PrototypeAttribute Leaf

public static final PrototypeAttribute NoReturn

public static final PrototypeAttribute NoThrow

public static final PrototypeAttribute Pure

public static final PrototypeAttribute VarArg

Public Methods

public String format ()

public String format (CompilerType comptype)

public static PrototypeAttribute valueOf (String name)

public static final PrototypeAttribute[] values ()