|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BytecodeGen.Visibility | |
---|---|
com.google.inject.internal | Guice (sounds like like "juice") |
Uses of BytecodeGen.Visibility in com.google.inject.internal |
---|
Methods in com.google.inject.internal that return BytecodeGen.Visibility | |
---|---|
abstract BytecodeGen.Visibility |
BytecodeGen.Visibility.and(BytecodeGen.Visibility that)
|
static BytecodeGen.Visibility |
BytecodeGen.Visibility.forMember(Member member)
|
static BytecodeGen.Visibility |
BytecodeGen.Visibility.forType(Class<?> type)
|
static BytecodeGen.Visibility |
BytecodeGen.Visibility.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static BytecodeGen.Visibility[] |
BytecodeGen.Visibility.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.google.inject.internal with parameters of type BytecodeGen.Visibility | |
---|---|
abstract BytecodeGen.Visibility |
BytecodeGen.Visibility.and(BytecodeGen.Visibility that)
|
static net.sf.cglib.proxy.Enhancer |
BytecodeGen.newEnhancer(Class<?> type,
BytecodeGen.Visibility visibility)
|
static net.sf.cglib.reflect.FastClass |
BytecodeGen.newFastClass(Class<?> type,
BytecodeGen.Visibility visibility)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |