aicas logoJamaica 6.4 release 1

Uses of Class
java.lang.Override

Packages that use Override
java.lang Provides classes that are fundamental to the design of the Java programming language. 
java.net Provides the classes for implementing networking applications. 
java.security.cert Provides classes and interfaces for parsing and managing certificates, certificate revocation lists (CRLs), and certification paths. 
javax.lang.model.util Utilities to assist in the processing of program elements and types
javax.management Provides the core classes for the Java Management Extensions. 
javax.management.modelmbean Provides the definition of the ModelMBean classes. 
javax.management.relation Provides the definition of the Relation Service. 
javax.realtime Jamaica's implementation of the Real-Time Specification for Java. 
javax.realtime.device JamaicaVM's implementation of the RTSJ Device Module. 
javax.swing.text Provides classes and interfaces that deal with editable and noneditable text components. 
javax.tools Provides interfaces for tools which can be invoked from a program, for example, compilers. 
javax.xml.bind Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities. 
 

Uses of Override in java.lang
 

Methods in java.lang with annotations of type Override
 void OutOfMemoryError.printStackTrace(PrintStream s)
          This method prints the stackTrace to the given PrintWriter.
 String Throwable.toString()
          Creates a string describing this Throwable.
 

Uses of Override in java.net
 

Methods in java.net with annotations of type Override
 Object HttpCookie.clone()
          Create and return a copy of this object.
 boolean HttpCookie.equals(Object obj)
          Test the equality of two http cookies.
 int HttpCookie.hashCode()
          Return hash code of this http cookie.
 String HttpCookie.toString()
          Constructs a cookie header string representation of this cookie, which is in the format defined by corresponding cookie specification, but without the leading "Cookie:" token.
 

Uses of Override in java.security.cert
 

Methods in java.security.cert with annotations of type Override
 String CertificateRevokedException.getMessage()
           
 

Uses of Override in javax.lang.model.util
 

Methods in javax.lang.model.util with annotations of type Override
 R ElementKindVisitor6.visitExecutable(ExecutableElement e, P p)
          Visits an executable element, dispatching to the visit method for the specific kind of executable, CONSTRUCTOR, INSTANCE_INIT, METHOD, or STATIC_INIT.
 R TypeKindVisitor6.visitNoType(NoType t, P p)
          Visits a NoType instance, dispatching to the visit method for the specific kind of pseudo-type: VOID, PACKAGE, or NONE.
 R ElementKindVisitor6.visitPackage(PackageElement e, P p)
          Visits a package element.
 R TypeKindVisitor6.visitPrimitive(PrimitiveType t, P p)
          Visits a primitive type, dispatching to the visit method for the specific kind of primitive type: BOOLEAN, BYTE, etc.
 R ElementKindVisitor6.visitType(TypeElement e, P p)
          Visits a type element, dispatching to the visit method for the specific kind of type, ANNOTATION_TYPE, CLASS, ENUM, or INTERFACE.
 R ElementKindVisitor6.visitTypeParameter(TypeParameterElement e, P p)
          Visits a type parameter element.
 R ElementKindVisitor6.visitVariable(VariableElement e, P p)
          Visits a variable element, dispatching to the visit method for the specific kind of variable, ENUM_CONSTANT, EXCEPTION_PARAMETER, FIELD, LOCAL_VARIABLE, or PARAMETER.
 

Uses of Override in javax.management
 

Methods in javax.management with annotations of type Override
 void AttributeList.add(int index, Object element)
           
 boolean AttributeList.add(Object o)
           
 boolean AttributeList.addAll(Collection<?> c)
           
 boolean AttributeList.addAll(int index, Collection<?> c)
           
 ValueExp AttributeValueExp.apply(ObjectName name)
          Applies the AttributeValueExp on an MBean.
 Object AttributeList.set(int index, Object element)
           
 void AttributeValueExp.setMBeanServer(MBeanServer s)
          Deprecated. This method has no effect. The MBean Server used to obtain an attribute value is QueryEval.getMBeanServer().
 String AttributeValueExp.toString()
          Returns the string representing its value.
 String ObjectName.toString()
          Returns a string representation of the object name.
 

Uses of Override in javax.management.modelmbean
 

Methods in javax.management.modelmbean with annotations of type Override
 Descriptor ModelMBeanInfoSupport.getDescriptor()
           
 

Uses of Override in javax.management.relation
 

Methods in javax.management.relation with annotations of type Override
 void RoleList.add(int index, Object element)
           
 void RoleUnresolvedList.add(int index, Object element)
           
 boolean RoleList.add(Object o)
           
 boolean RoleUnresolvedList.add(Object o)
           
 boolean RoleList.addAll(Collection<?> c)
           
 boolean RoleUnresolvedList.addAll(Collection<?> c)
           
 boolean RoleList.addAll(int index, Collection<?> c)
           
 boolean RoleUnresolvedList.addAll(int index, Collection<?> c)
           
 Object RoleList.set(int index, Object element)
           
 Object RoleUnresolvedList.set(int index, Object element)
           
 

Uses of Override in javax.realtime
 

Methods in javax.realtime with annotations of type Override
protected  void StackedMemory.clearMemory()
           
 void ScopedMemory.executeInArea(Runnable logic)
          executeInArea executes a code sequence given as logic in this memory area.
 long StackedMemory.memoryConsumed()
          Return the memory consumed in bytes
protected  boolean StackedMemory.memoryNeedsToBeCleared()
          Checks if memory needs clearing instead of freeing
protected  boolean StackedMemory.memoryNeedsToBeFreed()
          Checks if memory needs to be freed on area finalization.
 long StackedMemory.size()
           
 String StackedMemory.toString()
           
 

Uses of Override in javax.realtime.device
 

Methods in javax.realtime.device with annotations of type Override
 String RawMemoryRegion.toString()
          Obtain a string representation of this.
 

Uses of Override in javax.swing.text
 

Methods in javax.swing.text with annotations of type Override
protected  SizeRequirements ParagraphView.calculateMinorAxisRequirements(int axis, SizeRequirements r)
          Calculate the needs for the paragraph along the minor axis.
 float GlyphView.getMinimumSpan(int axis)
          Determines the minimum span for this view along an axis.
 

Uses of Override in javax.tools
 

Methods in javax.tools with annotations of type Override
 String SimpleJavaFileObject.toString()
           
 

Uses of Override in javax.xml.bind
 

Methods in javax.xml.bind with annotations of type Override
 Throwable JAXBException.getCause()
           
 


aicas logoJamaica 6.4 release 1

aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2015 aicas GmbH. All Rights Reserved.