com.sun.xml.ws.model
Class FieldSignature
java.lang.Object
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 ;
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FieldSignature
FieldSignature()
vms
static String vms(Type t)
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.