Package com.mebigfatguy.fbcontrib.detect
Class InefficientStringBuffering.ISBUserValue
- java.lang.Object
-
- com.mebigfatguy.fbcontrib.detect.InefficientStringBuffering.ISBUserValue
-
- Enclosing class:
- InefficientStringBuffering
static class InefficientStringBuffering.ISBUserValue extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private InefficientStringBuffering.AppendType
appendType
private boolean
hasResolvedString
-
Constructor Summary
Constructors Constructor Description ISBUserValue(InefficientStringBuffering.AppendType appType)
ISBUserValue(InefficientStringBuffering.AppendType appType, boolean resolved)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
InefficientStringBuffering.AppendType
getAppendType()
int
hashCode()
boolean
hasResolvedString()
void
setAppendType(InefficientStringBuffering.AppendType type)
java.lang.String
toString()
-
-
-
Field Detail
-
appendType
private InefficientStringBuffering.AppendType appendType
-
hasResolvedString
private boolean hasResolvedString
-
-
Constructor Detail
-
ISBUserValue
public ISBUserValue(InefficientStringBuffering.AppendType appType)
-
ISBUserValue
public ISBUserValue(InefficientStringBuffering.AppendType appType, boolean resolved)
-
-
Method Detail
-
getAppendType
public InefficientStringBuffering.AppendType getAppendType()
-
setAppendType
public void setAppendType(InefficientStringBuffering.AppendType type)
-
hasResolvedString
public boolean hasResolvedString()
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-