Package | Description |
---|---|
com.google.inject.internal |
Guice (sounds like "juice")
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
abstract BytecodeGen.Visibility |
BytecodeGen.Visibility.and(BytecodeGen.Visibility that) |
|
static net.sf.cglib.proxy.Enhancer |
BytecodeGen.newEnhancer(Class<?> type,
BytecodeGen.Visibility visibility) |
Copyright © 2006–2018 Google, Inc.. All rights reserved.