com.sun.xml.ws.model
Class FieldSignature

java.lang.Object
  extended by com.sun.xml.ws.model.FieldSignature

final class FieldSignature
extends Object

Creates vm signature string from Type TypeSignature: Z | C | B | S | I | F | J | D | FieldTypeSignature FieldTypeSignature: ClassTypeSignature | [ TypeSignature | TypeVar ClassTypeSignature: L Id ( / Id )* TypeArgs? ( . Id TypeArgs? )* ; TypeArgs: < TypeArg+ > TypeArg: * | ( + | - )? FieldTypeSignature TypeVar: T Id ;


Constructor Summary
FieldSignature()
           
 
Method Summary
(package private) static String vms(Type t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldSignature

FieldSignature()
Method Detail

vms

static String vms(Type t)


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.