Uses of Interface
org.jboss.forge.parser.java.VisibilityScoped

Packages that use VisibilityScoped
org.jboss.forge.parser.java   
 

Uses of VisibilityScoped in org.jboss.forge.parser.java
 

Subinterfaces of VisibilityScoped in org.jboss.forge.parser.java
 interface Field<O>
           
 interface JavaAnnotation
          Represents a Java Annotation source file as an in-memory modifiable element.
 interface JavaClass
          Represents a Java Class or interface source file as an in-memory modifiable element.
 interface JavaEnum
          Represents a Java Enum source file as an in-memory modifiable element.
 interface JavaInterface
           
 interface JavaSource<T extends JavaSource<T>>
           
 interface JavaType<T extends JavaSource<T>>
           
 interface Member<O,T>
          Represents a JavaClass member.
 interface Method<O>
          Represents a Java Method.
 

Methods in org.jboss.forge.parser.java with type parameters of type VisibilityScoped
static
<T extends VisibilityScoped<?>>
T
Visibility.set(T target, Visibility scope)
           
 

Methods in org.jboss.forge.parser.java with parameters of type VisibilityScoped
static Visibility Visibility.getFrom(VisibilityScoped<?> target)
           
 



Copyright © 2011 Seam Framework. All Rights Reserved.