public class SignatureKey extends Object
Constructor and Description |
---|
SignatureKey(String name)
Create a new SignatureKey.
|
SignatureKey(String name,
BehaviourBytes behavior)
Create a new SignatureKey.
|
SignatureKey(String name,
TypeInfo... typeInfos)
Create a new SignatureKey.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static String |
getFieldType(FieldBytes field) |
String |
getName() |
String[] |
getParams() |
static String |
getReturnType(BehaviourBytes behavior) |
int |
hashCode() |
boolean |
isDouble(int i) |
boolean |
isLong(int i) |
static boolean |
isPrimitive(String param) |
String |
toString() |
public SignatureKey(String name)
name
- the nametypeInfos
- the type infospublic SignatureKey(String name, TypeInfo... typeInfos)
name
- the nametypeInfos
- the type infospublic SignatureKey(String name, BehaviourBytes behavior)
name
- the namebehavior
- public String getName()
public static String getReturnType(BehaviourBytes behavior)
public static String getFieldType(FieldBytes field)
public String[] getParams()
public boolean isDouble(int i)
public boolean isLong(int i)
public static boolean isPrimitive(String param)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.