Package com.sun.tools.ws.processor.model
Class Block
java.lang.Object
com.sun.tools.ws.processor.model.ModelObject
com.sun.tools.ws.processor.model.Block
- Author:
- WS Development Team
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intFields inherited from class com.sun.tools.ws.processor.model.ModelObject
errorReceiver -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(ModelVisitor visitor) intgetName()getType()voidsetLocation(int i) voidsetType(AbstractType type) Methods inherited from class com.sun.tools.ws.processor.model.ModelObject
getEntity, getJavaDoc, getLocator, getProperties, getPropertiesMap, getProperty, removeProperty, setErrorReceiver, setJavaDoc, setPropertiesMap, setProperty
-
Field Details
-
UNBOUND
public static final int UNBOUND- See Also:
-
BODY
public static final int BODY- See Also:
-
HEADER
public static final int HEADER- See Also:
-
ATTACHMENT
public static final int ATTACHMENT- See Also:
-
-
Constructor Details
-
Block
-
-
Method Details
-
getName
-
getType
-
setType
-
getLocation
public int getLocation() -
setLocation
public void setLocation(int i) -
accept
- Specified by:
acceptin classModelObject- Throws:
Exception
-