public class UnitDescr extends BaseDescr
Constructor and Description |
---|
UnitDescr() |
UnitDescr(String clazzName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getTarget() |
int |
hashCode() |
void |
readExternal(ObjectInput in) |
void |
setTarget(String clazzName) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
accept, copyLocation, getColumn, getEndCharacter, getEndColumn, getEndLine, getLine, getNamespace, getResource, getStartCharacter, getText, isNegated, negate, positionAsString, replaceVariable, setEndCharacter, setEndLocation, setLocation, setNamespace, setResource, setStartCharacter, setText
public UnitDescr()
public UnitDescr(String clazzName)
public String getTarget()
public void setTarget(String clazzName)
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class BaseDescr
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class BaseDescr
IOException
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.