org.sonar.api.source
Interface Symbolizable.SymbolTableBuilder

Enclosing interface:
Symbolizable

public static interface Symbolizable.SymbolTableBuilder


Method Summary
 Symbolizable.SymbolTable build()
           
 void newReference(Symbol symbol, int fromOffset)
           
 Symbol newSymbol(int fromOffset, int toOffset)
           
 

Method Detail

newSymbol

Symbol newSymbol(int fromOffset,
                 int toOffset)

newReference

void newReference(Symbol symbol,
                  int fromOffset)

build

Symbolizable.SymbolTable build()


Copyright © 2009-2013 SonarSource. All Rights Reserved.