Uses of Interface
org.eclipse.jdt.internal.compiler.ast.OperatorIds

Packages that use OperatorIds
org.eclipse.jdt.internal.codeassist.complete   
org.eclipse.jdt.internal.codeassist.impl   
org.eclipse.jdt.internal.codeassist.select   
org.eclipse.jdt.internal.compiler   
org.eclipse.jdt.internal.compiler.ast   
org.eclipse.jdt.internal.compiler.impl   
org.eclipse.jdt.internal.compiler.parser   
org.eclipse.jdt.internal.core.search.indexing   
org.eclipse.jdt.internal.core.search.matching   
org.eclipse.jdt.internal.core.util   
org.eclipse.jdt.internal.eval   
org.jmlspecs.jml4.ast   
org.jmlspecs.jml4.fspv.theory.ast   
org.jmlspecs.jml4.rac   
 

Uses of OperatorIds in org.eclipse.jdt.internal.codeassist.complete
 

Classes in org.eclipse.jdt.internal.codeassist.complete that implement OperatorIds
 class CompletionOnJavadocParamNameReference
           
 class CompletionOnJavadocTag
           
 class CompletionOnKeyword3
           
 class CompletionOnSingleNameReference
           
 class CompletionParser
           
 

Uses of OperatorIds in org.eclipse.jdt.internal.codeassist.impl
 

Classes in org.eclipse.jdt.internal.codeassist.impl that implement OperatorIds
 class AssistParser
           
 

Uses of OperatorIds in org.eclipse.jdt.internal.codeassist.select
 

Classes in org.eclipse.jdt.internal.codeassist.select that implement OperatorIds
 class SelectionOnSingleNameReference
           
 class SelectionParser
           
 

Uses of OperatorIds in org.eclipse.jdt.internal.compiler
 

Classes in org.eclipse.jdt.internal.compiler that implement OperatorIds
 class DocumentElementParser
           
 class SourceElementParser
          A source element parser extracts structural and reference information from a piece of source.
 

Uses of OperatorIds in org.eclipse.jdt.internal.compiler.ast
 

Classes in org.eclipse.jdt.internal.compiler.ast that implement OperatorIds
 class AND_AND_Expression
           
 class BinaryExpression
           
 class CombinedBinaryExpression
          CombinedBinaryExpression is an implementation of BinaryExpression that specifically attempts to mitigate the issues raised by expressions which have a very deep leftmost branch.
 class CompoundAssignment
           
 class ConditionalExpression
           
 class EqualExpression
           
 class InstanceOfExpression
           
 class JavadocSingleNameReference
           
 class OperatorExpression
           
 class OR_OR_Expression
           
 class PostfixExpression
           
 class PrefixExpression
           
 class SingleNameReference
           
 class UnaryExpression
           
 

Uses of OperatorIds in org.eclipse.jdt.internal.compiler.impl
 

Classes in org.eclipse.jdt.internal.compiler.impl that implement OperatorIds
 class BooleanConstant
           
 class ByteConstant
           
 class CharConstant
           
 class Constant
           
 class DoubleConstant
           
 class FloatConstant
           
 class IntConstant
           
 class LongConstant
           
 class ShortConstant
           
 class StringConstant
           
 

Uses of OperatorIds in org.eclipse.jdt.internal.compiler.parser
 

Classes in org.eclipse.jdt.internal.compiler.parser that implement OperatorIds
 class JmlParserHelper
           
 class Parser
           
 

Uses of OperatorIds in org.eclipse.jdt.internal.core.search.indexing
 

Classes in org.eclipse.jdt.internal.core.search.indexing that implement OperatorIds
 class IndexingParser
           
 

Uses of OperatorIds in org.eclipse.jdt.internal.core.search.matching
 

Classes in org.eclipse.jdt.internal.core.search.matching that implement OperatorIds
 class MatchLocatorParser
          A parser that locates ast nodes that match a given search pattern.
 

Uses of OperatorIds in org.eclipse.jdt.internal.core.util
 

Classes in org.eclipse.jdt.internal.core.util that implement OperatorIds
 class CommentRecorderParser
          Internal parser used for parsing source to create DOM AST nodes.
 

Uses of OperatorIds in org.eclipse.jdt.internal.eval
 

Classes in org.eclipse.jdt.internal.eval that implement OperatorIds
 class CodeSnippetParser
          A parser for code snippets.
 class CodeSnippetSingleNameReference
          A single name reference inside a code snippet can denote a field of a remote receiver object (that is, the receiver of the context in the stack frame).
 

Uses of OperatorIds in org.jmlspecs.jml4.ast
 

Classes in org.jmlspecs.jml4.ast that implement OperatorIds
 class JmlConditionalExpression
           
 class JmlElemtypeExpression
           
 class JmlOldExpression
           
 class JmlOperationOverStoreRefList
           
 class JmlSingleNameReference
           
 class JmlTypeExpression
           
 class JmlTypeofExpression
           
 class JmlUnaryExpression
          NOTE: operators taking a list of store ref, like \not_modified() are modeled as unary operators -- taking a single argument consisting of the entire list.
 

Uses of OperatorIds in org.jmlspecs.jml4.fspv.theory.ast
 

Subinterfaces of OperatorIds in org.jmlspecs.jml4.fspv.theory.ast
 interface TheoryOperatorIds
           
 

Classes in org.jmlspecs.jml4.fspv.theory.ast that implement OperatorIds
 class TheoryBinaryExpression
           
 class TheoryCompoundAssignment
           
 class TheoryEqualExpression
           
 class TheoryPostfixExpression
           
 

Uses of OperatorIds in org.jmlspecs.jml4.rac
 

Classes in org.jmlspecs.jml4.rac that implement OperatorIds
 class RacParser