| |
|
| java.lang.Object org.jibx.ws.wsdl.SignatureParser
SignatureParser | public class SignatureParser (Code) | | Pull parser for generic method or field signature.
|
END_EVENT | final public static int END_EVENT(Code) | | |
METHOD_PARAMETERS_END_EVENT | final public static int METHOD_PARAMETERS_END_EVENT(Code) | | |
METHOD_PARAMETERS_START_EVENT | final public static int METHOD_PARAMETERS_START_EVENT(Code) | | |
TYPE_EVENT | final public static int TYPE_EVENT(Code) | | |
TYPE_PARAMETERS_END_EVENT | final public static int TYPE_PARAMETERS_END_EVENT(Code) | | |
TYPE_PARAMETERS_START_EVENT | final public static int TYPE_PARAMETERS_START_EVENT(Code) | | |
SignatureParser | public SignatureParser(String sig)(Code) | | Constructor.
Parameters: sig - signature attribute value |
getEvent | public int getEvent()(Code) | | Get current event.
event |
isParameterized | public boolean isParameterized()(Code) | | Check if type is parameterized. It is an error to call this if the
current event is not
SignatureParser.TYPE_EVENT .
true if parameterized type |
isPrimitive | public boolean isPrimitive()(Code) | | Check if type is a primitive. It is an error to call this if the
current event is not
SignatureParser.TYPE_EVENT .
true if primitive type |
next | public int next()(Code) | | Get next parse event.
event |
|
|
|